@media (min-width: 1281px) {
  /* html {
    font-size: 16px;
  } */

  /* Section-3 */
  .section-three .s4-vertical-card-question .card-body p:nth-child(1) {
    font-size: 12px !important;
  }

  .section-three .s4-vertical-card-question .card-body p:nth-child(2) {
    font-size: 20px !important;
  }
}

@media (min-width: 1025px) and (max-width: 1280px) {
  /* html {
    font-size: 16px;
  } */

  /* Section-3 */
  .section-three .s4-vertical-card-question .card-body p:nth-child(1) {
    font-size: 12px !important;
  }

  .section-three .s4-vertical-card-question .card-body p:nth-child(2) {
    font-size: 20px !important;
  }

}

@media (min-width: 768px) and (max-width: 1024px) {
  /* html {
    font-size: 14px;
  } */

  /* Section-3 */
  .section-three .s3-vertical-card {
    flex-direction: column-reverse;
    margin: 2rem 0 2rem 0 !important;
  }

  .section-three .s3-vertical-card ul {
    display: flex;
    justify-content: end;
    padding-bottom: 1rem;
  }

  .section-three .s3-vertical-card ul li {
    margin: 0 0.3rem 0 0.3rem !important;
  }

  .section-three .s4-vertical-card-question {
    width: 40%;
    position: relative;
    top: -15px;
  }

  .section-three .s4-vertical-card-question .card-body {
    padding: 0;
    flex-direction: row-reverse !important;
  }

  .section-three .s4-vertical-card-question .card-body p {
    margin: 0 0.5rem 0 0.5rem !important;
  }
}

@media (min-width: 481px) and (max-width: 767px) {
  /* html {
    font-size: 12px;
  } */

  /* Section-3 */
  .section-three .s3-vertical-card {
    flex-direction: column-reverse;
    margin: 2rem 0 2rem 0 !important;
  }

  .section-three .s3-vertical-card ul {
    display: flex;
    justify-content: end;
    padding-bottom: 1rem;
  }

  .section-three .s3-vertical-card ul li {
    margin: 0 0.3rem 0 0.3rem !important;
  }

  .section-three .s4-vertical-card-question {
    width: 40%;
    position: relative;
    top: -15px;
  }

  .section-three .s4-vertical-card-question .card-body {
    padding: 0;
    flex-direction: row-reverse !important;
  }

  .section-three .s4-vertical-card-question .card-body p {
    margin: 0 0.5rem 0 0.5rem !important;
  }

  /* Section 4 */
  .section-four .s4-heading-text {
    flex-direction: column-reverse;
  }

  .section-four .tabs-pin p.rtl {
    padding: 5px 15px 5px 15px !important;
  }

  .section-four p.rtl {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  footer>div {
    flex-direction: column-reverse;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  /* html {
    font-size: 10px;
  } */

  .navbar-search {
    width: 13rem;
  }

  .show-on-mobile {
    display: block !important;
  }

  .ilm-academy-logo {
    width: 125px;
  }

  /* Banner */
  .section-banner .banner-heading {
    font-size: 2rem !important;
  }

  .section-banner .banner-swiper .swiper-wrapper .swiper-slide img {
    width: 175px;
  }

  .navbar-brand {
    display: flex;
    justify-content: space-around;
    width: 75%;
  }

  .navbar-brand form i {
    width: 75px;
    font-size: 1.5rem;
  }

  .banner-search {
    width: 13rem !important;
  }

  /* Section-3 */
  .section-three .s3-vertical-card {
    flex-direction: column-reverse;
    margin: 2rem 0 2rem 0 !important;
  }

  .section-three .s3-vertical-card ul {
    display: flex;
    justify-content: end;
    padding-bottom: 1rem;
  }

  .section-three .s3-vertical-card ul li {
    margin: 0 0.3rem 0 0.3rem !important;
  }

  .section-three .s4-vertical-card-question {
    width: 40%;
    position: relative;
    top: -15px;
  }

  .section-three .s4-vertical-card-question .card-body {
    padding: 0;
    flex-direction: row-reverse !important;
  }

  .section-three .s4-vertical-card-question .card-body p {
    margin: 0 0.5rem 0 0.5rem !important;
  }

  /* Section 4 */
  .section-four .s4-heading-text {
    flex-direction: column-reverse;
  }

  .section-four .tabs-pin p.rtl {
    padding: 5px 15px 5px 15px !important;
  }

  .section-four p.rtl {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  /* .post-details-section {
    overflow-x: hidden;
  } */

  /* Footer */
  footer>div {
    flex-direction: column-reverse;
  }
}