@media (max-width: 992px) {
  /* section-banner start */

  .home-banner {
    margin-top: -6.4rem;
  }

  .home-banner .container {
    height: 41.875rem;
    padding-top: 7.5rem;
    justify-content: start;
    gap: 0;
  }

  .home-banner-background img.banner-bg {
    display: none;
  }

  .home-banner-background img.banner-bg-mob {
    display: block;
  }

  .home-banner-title {
    max-width: unset;
  }

  .home-banner-title p {
    font-size: 1.48688rem;
    line-height: normal;
    letter-spacing: 0.01rem;
    width: 95%;
  }

  .home-banner-title p span:first-child {
    font-size: 2.29944rem;
  }

  .home-banner-title p span:last-child {
    font-size: 1.43169rem;
  }

  .home-banner-subtitle {
    margin-top: 0.8rem;
    margin-bottom: 1.7rem;
    flex-direction: column;
    gap: 0;
  }

  .home-banner-subtitle p {
    font-size: 1.20756rem;
    line-height: normal;
    letter-spacing: 0.01rem;
  }
  .home-banner-buttons {
    gap: 2rem;
  }
  .home-banner-button a {
    font-size: 0.8125rem;
    line-height: 1.7375rem;
    width: unset;
    margin: 0;
    padding: 0.3rem 1.28rem;
    letter-spacing: 0;
  }
  .home-banner-anchor {
    gap: 0.52rem;
  }
  .home-banner-anchor p {
    font-size: 0.8125rem;
    line-height: 1.30206rem;
  }
  /* section-banner end */

  /* section-about start */

  .home-about {
    padding: 2.5rem 0;
  }

  .home-about .container {
    flex-direction: column;
    gap: 1.5rem;
  }
  .home-about-content,
  .home-about-img {
    width: 100%;
  }
  .home-about-content {
    gap: 1.5rem;
  }
  .home-about-info {
    gap: 0.69rem;
  }
  .home-about-info-title p {
    font-size: 1.25rem;
  }
  .home-about-info-description p {
    font-size: 0.8125rem;
  }
  .home-about-facts {
    gap: 1.2rem;
  }
  .home-about-facts-title p {
    font-size: 1rem;
  }
  .home-about-facts-items {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0;
    row-gap: 1rem;
  }
  .home-about-facts-item {
    width: 33.333%;
    gap: 0.3rem;
  }
  .home-about-facts-item:nth-child(4) {
    width: calc(50% - 0.5rem);
  }
  .home-about-facts-item:nth-child(5) {
    width: calc(50% - 0.5rem);
  }
  .home-about-facts-item-icon svg {
    width: 2rem;
    height: 2rem;
  }
  .home-about-facts-item-text span,
  .home-about-facts-item-text p {
    font-size: 0.81394rem;
  }

  .home-about-img-mob {
    display: block;
  }
  .home-about-img-desk {
    display: none;
  }
  /* section-about end */

  /* section-programs start */

  .home-programs {
    padding-top: 2.5rem;
  }
  .home-programs-title {
    margin-bottom: 1rem;
  }
  .home-programs-title p {
    font-size: 1.25rem;
  }
  .home-programs-items {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }
  .home-programs-item {
    padding: 0.78rem;
    height: 6.25rem;
  }
  .home-programs-item:after {
    width: 3.76244rem;
    height: 5.06963rem;
    right: 1.25rem;
  }
  .home-programs-item-text p {
    font-size: 1rem;
    line-height: 1.19925rem;
  }
  /* section-programs end */

  /* section-study-options start */

  .home-study-options .container {
    gap: 1rem;
  }
  .home-study-options-title p {
    font-size: 1.25rem;
    line-height: normal;
  }
  .home-study-options-items {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }
  .home-study-options-item {
    padding: 1rem 0.75rem;
    gap: 0.75rem;
    border-radius: 0.64844rem;
  }
  .home-study-options-item-title p {
    font-size: 1.0375rem;
    line-height: 1.09488rem;
  }
  .home-study-options-item-svg {
    display: flex;
  }
  .home-study-options-item-svg svg {
    width: 2.13981rem;
    height: 2.13981rem;
  }
  .home-study-options-item-description p {
    font-size: 0.5625rem;
    line-height: 0.71325rem;
  }
  /* section-study-options end */

  /* section-business-school start */
  .home-business-school {
    padding: 2rem 0;
  }
  .home-business-school .container {
    gap: 0.75rem;
  }
  .home-business-school-title {
    max-width: 15rem;
  }
  .home-business-school-title p {
    font-size: 1.25rem;
    line-height: 1.5rem;
    text-align: center;
  }
  .home-business-school-subtitle {
    max-width: 11rem;
  }
  .home-business-school-subtitle p {
    font-size: 0.8125rem;
    line-height: 1.04581rem;
    letter-spacing: 0.02788rem;
    text-align: center;
  }
  .home-business-school-items {
    gap: 2.5rem;
  }
  .home-business-school-item {
    gap: 1.12rem;
  }
  .home-business-school-item-title p {
    font-size: 0.8125rem;
    line-height: 1.04581rem;
    letter-spacing: 0.02788rem;
  }
  .home-business-school-item-title:before {
    display: none;
  }
  .home-business-school-steps {
    flex-direction: column;
  }
  .home-business-school-step {
    width: 100%;
    gap: 0.38rem;
  }
  .home-business-school-step-title p {
    font-size: 0.75rem;
  }
  .home-business-school-step-description p {
    font-size: 0.625rem;
  }
  .home-business-school-arrow {
    padding: 0.38rem 0;
  }
  .home-business-school-arrow svg {
    width: 1.56875rem;
    height: 1.56875rem;
  }
  /* section-business-school end */

  /* section-news start */

  .home-news-section-tabs {
    gap: 0;
    justify-content: space-between;
  }

  .home-news-section-tab p {
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 600;
    line-height: 2.7rem;
    line-height: 1.25rem;
    letter-spacing: 0;
  }

  .home-news-slider {
    margin-top: 0.9rem;
  }

  .home-news-section-slide {
    gap: 1.25rem;
  }

  .home-news-section-post {
    gap: 0.62rem;
  }

  .home-news-section-post-discription {
    width: 10.625rem;
    height: 6.75rem;
    padding: 0.62rem 0.5rem;
  }

  .home-news-section-post-discription h3 {
    font-size: 0.625rem;
    font-weight: 400;
  }

  .home-news-section-post-discription p {
    -webkit-line-clamp: 3;
    font-size: 0.625rem;
    font-weight: 700;
    line-height: 0.8125rem;
  }

  .home-news-section-post-image {
    width: 8.75rem;
    height: 6.75rem;
  }

  .third-slide-element .home-news-section-post-discription {
    width: 12.625rem;
    height: 6.75rem;
  }

  .third-slide-element .home-news-section-post-image {
    width: 6.75rem;
    height: 6.75rem;
  }

  .home-news-section .container .home-news-section-swiper-scrollbar {
    margin-top: 1.25rem;
  }

  /* section-news end */

  /* section-media start */

  .home-news-media {
    padding-top: 2.3rem;
    padding-bottom: 2.5rem;
    margin-bottom: -2.5rem;
  }

  .home-news-media .container {
    padding-right: 0;
  }

  .home-news-media .media-tabs-ubs {
    gap: 0;
    padding-right: 1.25rem;
  }

  .home-news-media .media-items.active {
    margin-top: 1rem;
  }

  .home-news-media .media-tab-ubs p {
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.25rem;
    letter-spacing: 0.04rem;
    white-space: nowrap;
  }

  .home-news-media .swiper-slide {
    width: 18.81038rem !important;
    height: 14rem;
    margin-right: 1.25rem !important;
  }

  .home-news-media .container .home-media-swiper-scrollbar {
    margin-top: 1.25rem;
    width: 20.25rem;
  }

  /* section-media end */
}
