@media (min-width: 768px) {
  h1 {
    font-size: 48px;
    line-height: 58px;
  }
  h2 {
    font-size: 36px;
    line-height: 36px;
  }
  h3 {
    font-size: 28px;
    line-height: 36px;
  }
  h4 {
    font-size: 22px;
    line-height: 30px;
  }
  h6 {
    margin-bottom: 0;
  }
  body,
  h6 {
    font-size: 18px;
    line-height: 26px;
  }
  .btn-outlined {
    padding: 8px 20px;
  }
  .btn-close-search-module {
    width: 62px;
    height: 62px;
  }
  .btn-outlined-v2 {
    font-size: 16px;
    line-height: 23px;
  }
  .dr-related-post {
    margin-bottom: 72px;
  }
  .dr-list-item .drli-image {
    margin-bottom: 16px;
  }
  .ap-section h1,
  .ap-section h2 {
    margin-bottom: 28px;
  }
  .ap-section-title h2 {
    margin-bottom: 60px;
  }
  .alp-section .alp-section-title h2 {
    margin-bottom: 12px;
  }
}
@media (min-width: 992px) {
  h1 {
    font-size: 62px;
    line-height: 72px;
  }
  h2 {
    font-size: 44px;
    line-height: 54px;
  }
  h3 {
    font-size: 32px;
    line-height: 42px;
  }
  h4 {
    font-size: 24px;
    line-height: 32px;
  }
  input {
    font-size: 30px;
    line-height: 44px;
  }
  .section-gap {
    margin-bottom: 120px;
  }
  .row {
    --bs-gutter-x: 32px;
    --bs-gutter-y: 0;
  }
  .section-title {
    margin-bottom: 40px;
  }
  .section-title.no-underline {
    margin-bottom: 52px;
  }
  .auth-header {
    padding-top: 32px;
  }
  /*Advertise Landing Page Default Fonts*/
  .alp-section .alp-section-title {
    margin: 0 auto 80px;
  }
  .alp-section .alp-section-title span.over-title {
    margin-bottom: 12px;
  }
}
@media screen and (min-width: 1200px) {
  .container {
    max-width: 1540px;
    padding-left: 50px;
    padding-right: 50px;
  }
}
