.mfp-close-btn-in .mfp-close {
  width: 30px;
  height: 30px;
  top: 15px;
  right: 15px;
}
.mfp-close-btn-in .mfp-close:before, .mfp-close-btn-in .mfp-close:after {
  width: 18px;
}
.promo-popup-wrapper .hr {
  display: block;
  width: 100%;
  border-top: 1px solid #C4C4C4;
  margin-top: 24px;
  margin-bottom: 24px;
}
.promo-popup-wrapper .h-title {
  margin-bottom: 16px;
}
.promo-popup .promo-popup-heading {
  gap: 0;
}
.promotion-list .wrapper .thumb img {
  height: 428px;
}
@media screen and (min-width: 1200px) {
  .promotion-list .content {
    height: 428px;
  }
}
@media screen and (min-width: 768px) {
  .promo-popup-wrapper .row-flex {
    margin: 0 -24px;
    display: flex;
    flex-direction: row;
  }
  .promo-popup-wrapper .row-flex > div {
    padding: 0 24px;
  }
  .promo-popup-wrapper .row-flex > .col {
    width: 50%;
  }
  .promo-popup .promo-popup-heading {
    gap: 0;
  }
  .promo-popup .promo-popup-heading .s-title {
    gap: 0;
  }
}
@media screen and (max-width: 767px) {
  .promotion-list .content .c-g {
    height: 6em;
  }
  .promotion-list .wrapper .thumb img {
    height: 184px;
  }
}