/* container */
.driverjs-theme.driver-popover {
  max-width: 800px;
  padding: 40px;
  border-radius: 10px;
}

/* title */
.driverjs-theme .driver-popover-title {
  font-family: "Mulish", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 45px;
  margin-bottom: 34px;
  text-decoration: underline;
  text-underline-offset: 15px;
}

/* content */
.driverjs-theme .driver-popover-description,
.driverjs-theme .driver-popover-progress-text {
  font-family: "Source Sans 3", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.driverjs-theme .driver-popover-next-btn,
.driverjs-theme .driver-popover-prev-btn {
  font-family: "Source Sans 3", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}


/* close button */
.driverjs-theme .driver-popover-close-btn {
  width: 50px;
  height: 50px;
  font-size: 35px;
}

@media (max-width: 980px) {
  /* title */
  .driverjs-theme .driver-popover-title {
    font-size: 24px;
  }
}