@media(max-width: 1299px){
    .section-banner{
        margin-top: 190px;
    }
}
@media(max-width: 1199px){
    .section-banner{
        margin-top: 180px;
    }
}
@media(max-width: 991px){
    .typography-h1{
        font-size: 48px;
        line-height: 120%;
    }
    .mg-b-64{
        margin-bottom: 32px;
    }
    .mg-y-64{
        margin: 40px 0;
    }
    .pd-y-64{
        padding: 40px 0;
    }
    .section-mental .owl-carousel.owl-loaded {
        top: inherit;
    }
    .section-banner{
        margin-top: 175px;
        border-radius: 40px;
        background-position: center;
    }
    .section-banner::before{
        border-radius: 40px;
    }
    .partnership-banner{
        border-radius: 40px;
        padding: 32px 0;
    }
    .partnership-banner ul li{
        font-size: 18px;
    }
    .partnership-banner .partnership-banner__txt{
        font-size: 24px;
    }

    .section-banner__text p {
        font-size: 22px;
        line-height: 120%;
    }

    .section-payments .section-payments__donation{
        margin: 40px 0;
    }

    .section-payments__tabs .section-payments__list .section-payments__list-item{
        padding: 12px 24px;
        font-size: 18px;
    }
    .section-meetings .section-meetings__list{
        flex-wrap: wrap;
        align-items: stretch;
        gap: 1px;
    }
    .section-meetings .section-meetings__list .section-meetings__list-card{
        flex: 0 0 calc(50% - 0.5px);
        min-width: 0;
        height: auto;
    }
    .section-meetings .section-meetings__list .section-meetings__list-card img{
        text-align: center;
    }
    .section-reviews{
        border-radius: 24px;
    }
    .section-mental__donate{
        margin-bottom: 32px;
    }
}

@media(max-width: 768px){
    .section-mental .section-mental__info .section-mental__info-list-wrap .section-mental__info-card{
        flex: 0 0 100%;
    }
    .section-family__item{
        flex-direction: column;
    }
    .section-family__item-img{
        width: 100%;
        height: 200px;
        flex: 0 0 100%;
        max-height: none;
        overflow: hidden;
        margin-right: 0;
        margin-bottom: 24px;
      }
    .section-mental .owl-carousel .owl-item img {
        width: 100% !important;
    }
    .section-family__item-img img{
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        display: block;
  }
    .section-reviews{
        padding: 16px 0;
    }
    .typography-h1{
        font-size: 32px;
    }
    .typography-h2{
        font-size: 25px;
        line0-height: 120%;
    }
    .section-reviews .owl-reviews .owl-reviews__item .owl-reviews__txt{
        font-size: 16px;
        line-height: 140%;
    }

    .section-mental .section-mental__info .section-mental__info-list{
        flex-wrap: wrap;
    }
    .section-mental .section-mental__info .section-mental__info-card{
        flex: 0 0 100%;
    }
    .section-mental__info .mg-b-24{
        margin-bottom: 16px;
    }
    .section-mental__info .pd-y-64 {
        padding: 32px 0;
    }
    .section-banner{
        min-height: 400px;
        padding-bottom: 32px;

    }
    .section-banner__text p {
        font-size: 18px;
    }
}

@media(max-width: 575px){
    .header-information br{
        display: block;
    }
    .typography-subtitle-3 {
        font-size: 14px;
    }

    .section-payments__info h3 {
        font-size: 18px;
        line-height: 22px;
    }
    .section-payments__info .section-payments__info-copy{
        display: none;
    }

    .section-meetings .section-meetings__list .section-meetings__list-card{
        flex: 0 0 100%;
    }
    .section-meetings .section-meetings__list .section-meetings__list-card img{
        width: 100%;
    }
}