@media (max-width: 320px) {
  .mfp-zoom-in.mfp-ready .mfp-with-anim {
    top: 5px !important;
    margin-bottom: 5px;
  }
  h1,
  .heading-h1 {
    font-size: 26px;
  }
  .section-main .detail-desc {
    font-size: 13px;
  }
  .btn {
    font-size: 18px;
  }
  #popup-ct-content h2 {
    font-size: 22px;
  }
  p.consent-detail {
    max-height: 320px;
    overflow: auto;
    max-height: calc(100vh - 250px);
  }
}
