.cmp-font-size-sub-headline {
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  .cmp-font-size-sub-headline {
    font-size: 18px;
  }
}

.cmp-font-size-body {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .cmp-font-size-body {
    font-size: 14px;
  }
}

@media (max-width: 1199.98px) {
  .popup-banner-promotion .banner-content-container {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    text-align: center;
  }
}
.popup-banner-promotion .modal-dialog {
  max-width: 90%;
  margin: 0 auto;
}
.popup-banner-promotion .modal-content {
  background: none;
  border: 0;
}
.popup-banner-promotion .modal-content .modal-header {
  padding-left: 0;
  padding-right: 0;
  border: 0;
}
.popup-banner-promotion .modal-content .modal-header .close {
  opacity: 1;
  color: #fff;
}
.popup-banner-promotion .modal-content .modal-body {
  background: #fff;
  padding: 0;
}
@media (min-width: 1200px) {
  .popup-banner-promotion .banner-content-container {
    max-width: 590px;
  }
}
.popup-banner-promotion .banner-content-container .banner-content {
  color: #fff;
}
@media (min-width: 1200px) {
  .popup-banner-promotion .banner-content-container .banner-content h3.title {
    color: #3E5670;
    font-size: 2.625rem;
  }
}
@media (max-width: 1199.98px) {
  .popup-banner-promotion .banner-content-container .banner-content .banner-text {
    display: none;
  }
}
@media (min-width: 1200px) {
  .popup-banner-promotion .banner-content-container .banner-content .banner-text {
    color: #3E5670;
    font-size: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .popup-banner-promotion .banner-content-container .btn-outline-white {
    color: #3E5670;
    border-color: #3E5670;
  }
}
@media (min-width: 1200px) {
  .popup-banner-promotion .banner-content-container .btn-outline-white:hover {
    color: #98012E;
    border-color: #fff;
  }
}