.gr-title {
    font-family: "Nunito";
    font-style: normal;
    font-weight: 700;
    font-size: 34px;
    line-height: 115%;
    text-align: center;
    color: #13275b;
    margin-bottom: 50px
}

.hero {
    width: 100%;
    background: #f8f8f8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 230px;
    padding-bottom: 130px
}

.hero__img {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.hero__content {
    position: relative;
    z-index: 2
}

.hero__content--img1 {
    position: absolute;
    left: 5%;
    top: -55px
}

.hero__content--img2 {
    position: absolute;
    left: 25%;
    top: -55px
}

.hero__content--img3 {
    position: absolute;
    left: 30%;
    top: 150px
}

.hero__content h1 {
    font-family: "Nunito";
    font-style: normal;
    font-weight: 900;
    font-size: 60px;
    line-height: 70px;
    color: #13275b;
    max-width: 675px;
    margin: 0
}

.hero__content p {
    font-family: "Nunito";
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 27px;
    color: #777;
    margin-top: 15px;
    margin-bottom: 30px
}

.hero__content--buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px
}

.hero__content--buttons .btn-request {
    background: #f39307;
    border-radius: 100px;
    width: 286px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: "Nunito";
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 20px;
    color: #fff;
    -webkit-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in
}

.hero__content--buttons .btn-request:hover {
    background: #fff;
    border: 1px dashed #f39307;
    color: #f39307
}

.hero__content--buttons .btn-cal {
    border: 1px solid #13275b;
    border-radius: 100px;
    width: 200px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: "Nunito";
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 20px;
    color: #13275b;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

.hero__content--buttons .btn-cal:hover {
    color: #f39307;
    border-color: #f39307
}

.hero__content--text h3 {
    font-family: "Nunito";
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 33px;
    color: #13275b;
    margin-top: 40px;
    margin-bottom: 10px
}

.hero__content--text p {
    font-family: "Nunito";
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    color: #13275b;
    max-width: 673px
}

.thesis {
    margin-top: 40px;
    background: url("../img/thesis-bg.svg") no-repeat center center
}

.thesis__img {
    position: relative;
    z-index: 5
}

.thesis__img .thesis-vector-1 {
    position: absolute;
    right: 0;
    right: 0;
    max-width: 63px;
    max-height: 67px
}

.thesis__img .thesis-vector-2 {
    position: absolute;
    left: 0;
    bottom: 0;
    max-width: 119px;
    max-height: 113px
}

.thesis__img .thesis-vector-4 {
    position: absolute;
    top: -20%;
    right: 30%;
    max-width: 75px;
    max-height: 79px
}

.thesis__img .thesis-vectot-5 {
    position: absolute;
    bottom: -40px;
    left: 20%;
    max-width: 60px;
    max-height: 57px
}

.thesis__img .thesis-vector-6 {
    position: absolute;
    right: 40%;
    top: -20px;
    max-width: 62px;
    max-height: 52px
}

.thesis__img .thesis-vector-7 {
    position: absolute;
    bottom: 20%;
    left: 20%;
    max-width: 76px;
    max-height: 79px
}

.thesis__img .thesis-vector-8 {
    position: absolute;
    top: -50px;
    right: 20%;
    max-width: 85px;
    max-height: 76px
}

.thesis__text {
    position: relative;
    z-index: 5
}

.thesis__text .thesis-vector-3 {
    position: absolute;
    top: -20px;
    left: auto
}

.thesis__text h5 {
    font-family: "Nunito";
    font-style: normal;
    font-weight: 800;
    font-size: 24px;
    line-height: 33px;
    text-align: center;
    color: #13275b;
    z-index: 2
}

.thesis__text p {
    font-family: "Nunito";
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    text-align: center;
    letter-spacing: -0.02em;
    color: #13275b;
    margin-top: 15px;
    max-width: 570px;
    z-index: 2
}

.thesis__text--blue {
    height: 283px;
    background: url("../img/blue-thesis.png") no-repeat center center/contain
}

.thesis__text--blue h5 {
    color: #fff;
    max-width: 353px
}

.thesis__text--blue p {
    color: #fff;
    max-width: 520px
}

.thesis__text--orange {
    height: 283px;
    background: url("../img/orange-thesis.png") no-repeat center center/contain
}

.thesis__text--orange h5 {
    color: #fff;
    max-width: 353px
}

.thesis__text--orange p {
    color: #fff;
    max-width: 520px
}

.benefits {
    padding-top: 40px
}

.benefits__img img {
    width: 440px;
    height: 440px;
    -o-object-fit: contain;
    object-fit: contain
}

.benefits__text--number {
    font-family: "Nunito";
    font-style: normal;
    font-weight: 900;
    font-size: 46px;
    line-height: 58px;
    color: #dcdfe2
}

.benefits__text--subtitle {
    font-family: "Nunito";
    font-style: normal;
    font-weight: 800;
    font-size: 19px;
    line-height: 26px;
    color: #13275b
}

.benefits__text--description {
    font-family: "Nunito";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #13275b
}

.benefits .left {
    text-align: right
}

.desires {
    margin-top: 40px;
    background: url("../img/desires-line.svg") no-repeat center center;
    background-size: 70%
}

.desires .row {
    --bs-gutter-y: 30px
}

.desires__item:first-child {
    -webkit-transform: translateY(-45px);
    -ms-transform: translateY(-45px);
    transform: translateY(-45px)
}

.desires__item:nth-child(3) {
    -webkit-transform: translateY(-35px);
    -ms-transform: translateY(-35px);
    transform: translateY(-35px)
}

.desires__item--img {
    position: relative;
    z-index: 2
}

.desires__item--img img {
    border-radius: 50%
}

.desires__item p {
    font-family: "Nunito";
    font-style: normal;
    font-weight: 800;
    font-size: 19px;
    line-height: 26px;
    text-align: center;
    color: #13275b;
    max-width: 323px;
    margin-top: 20px
}

.desires__item--number {
    position: absolute;
    z-index: -1;
    top: -20px;
    left: -70px;
    font-family: "Nunito";
    font-style: normal;
    font-weight: 900;
    font-size: 70px;
    line-height: 115%;
    color: #dcdfe2
}

.yet {
    background: #f2f4f5;
    padding: 50px 0 20px;
    margin-top: 40px
}

.yet__form-bg {
    background: #4f96cd;
    border-radius: 10px;
    padding: 50px 30px
}

.yet__text--title {
    font-family: "Nunito";
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 130%;
    color: #fff
}

.yet__text--subtitle {
    font-family: "Nunito";
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    color: #fff;
    margin-top: 5px
}

.yet__form label {
    font-family: "Nunito";
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    color: #fff;
    margin-bottom: 5px
}

.yet__form input {
    background: #eaf3fc;
    border-radius: 10px;
    padding: 20px 15px;
    border: none
}

.yet__form input:focus {
    outline: none
}

.yet__form button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: none;
    background: #eaf3fc;
    border-radius: 10px;
    font-family: "Gilroy";
    font-style: normal;
    font-weight: 800;
    font-size: 16px;
    line-height: 20px;
    color: #2b2b2b;
    padding: 20px;
    width: 100%
}

.yet__more {
    margin-top: 50px
}

.yet__items {
    margin: 80px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 30px;
    max-width: 1440px
}

.yet__item {
    background: #fff;
    border-radius: 10px;
    width: 322px;
    padding: 50px 20px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    margin-bottom: 60px
}

.yet__item p {
    font-family: "Nunito";
    font-style: normal;
    font-weight: 800;
    font-size: 16px;
    line-height: 22px;
    color: #13275b
}

.yet__item img {
    width: 86px;
    height: 86px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: -50px
}

.team {
    padding-top: 50px
}

.team__slider .swiper-button-next::after, .team__slider .swiper-button-prev::after {
    color: #2b2b2b
}

.team__slider .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left
}

.team__slider--job {
    font-family: "Nunito";
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    color: #777;
    text-align: left;
    width: 325px;
    margin-top: 25px
}

.team__slider--name {
    font-family: "Nunito";
    font-style: normal;
    font-weight: 800;
    font-size: 20px;
    line-height: 27px;
    color: #13275b;
    text-align: left;
    width: 325px;
    margin: 15px 0
}

.team__slider--info {
    width: 325px
}

.team__slider--info p {
    font-family: "Nunito";
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    color: #777;
    margin-bottom: 15px
}

.team__slider--quote {
    font-family: "Gilroy";
    font-style: italic;
    font-weight: 700;
    font-size: 14px;
    line-height: 150%;
    color: #2a2a2a;
    width: 325px
}

.reviews {
    margin-top: 50px
}

.reviews__slider .reviews-slider {
    padding-bottom: 80px
}

.reviews__slider .swiper-button-next, .reviews__slider .swiper-button-prev {
    top: unset !important;
    bottom: 5px !important
}

.reviews__slider .swiper-button-next {
    right: unset !important;
    left: 80px !important
}

.reviews__slider .swiper-button-next::after {
    width: 46px;
    height: 46px;
    content: url("../icons/next.svg")
}

.reviews__slider .swiper-button-prev::after {
    width: 46px;
    height: 46px;
    content: url("../icons/prev.svg")
}

.reviews__slider--description {
    font-family: "Nunito";
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 150%;
    color: #13275b
}

.reviews__slider--name h5 {
    font-family: "Nunito";
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
    color: #13275b;
    margin-top: 25px
}

.reviews__slider--name span {
    font-family: "Nunito";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #13275b
}

.news {
    margin-top: 40px;
    padding-bottom: 50px
}

.news__items {
    margin-top: 150px
}

.news .news__item {
    height: 312px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    background: #fff;
    border: 1px solid #dedede;
    border-radius: 10px;
    padding: 142px 40px 40px;
    text-align: center
}

.news .news__item img {
    position: absolute;
    top: -105px
}

.news .news__item--date {
    padding: 6px 10px;
    background: #f39307;
    border-radius: 10px;
    font-family: "Nunito";
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    color: #fff
}

.news .news__item--title {
    font-family: "Nunito";
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 145%;
    color: #13275b;
    max-width: 394px;
    text-align: center
}

.news .news__item--link {
    font-family: "Nunito";
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #13275b;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    gap: 5px
}

.news__more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 25px
}

.news__more a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #2a2a2a;
    border-radius: 100px;
    width: 169px;
    height: 50px;
    font-family: "Nunito";
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: #13275b;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

.news__more a:hover {
    color: #f39307;
    border-color: #f39307
}

.videoReview {
    margin: 40px 0 60px;
    position: relative
}

.videoReview .span-star {
    position: absolute;
    top: -13%;
    right: 23%;
    max-width: 75px;
    max-height: 79px
}

.videoReview .swiper {
    padding: 0 30px
}

.videoReview .swiper-button-next::after, .videoReview .swiper-button-prev::after {
    color: #2b2b2b;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease
}

.videoReview .swiper-button-next:hover::after, .videoReview .swiper-button-prev:hover::after {
    color: #4f96cd
}

.videoReview .swiper-button-next {
    right: 0
}

.videoReview .swiper-button-prev {
    left: 0
}

.videoReview__item {
    border-radius: 20px;
    position: relative
}

.videoReview__item img {
    border-radius: 20px;
    width: 100%;
    max-height: 480px
}

.videoReview__item .span {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.videoReview__item .span .g {
    width: 85px;
    height: 85px;
    background: #fff;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer
}

@media(max-width: 992px) {
    .gr-title {
        font-size: 20px;
        line-height: 27px
    }

    .hero {
        padding-top: 110px;
        padding-bottom: 40px
    }

    .hero__img {
        max-width: 383px;
        max-height: 425px
    }

    .hero__content h1 {
        font-size: 32px;
        line-height: 37px;
        max-width: 344px
    }

    .hero__content p {
        font-size: 16px;
        line-height: 22px;
        margin-top: 10px;
        margin-bottom: 10px
    }

    .hero__content--buttons .btn-request {
        width: 220px;
        height: 35px;
        font-size: 11px;
        line-height: 15px
    }

    .hero__content--buttons .btn-cal {
        width: 200px;
        height: 35px;
        font-size: 11px;
        line-height: 15px
    }

    .hero__content--text h3 {
        font-size: 20px;
        line-height: 28px;
        margin-top: 20px;
        margin-bottom: 10px
    }

    .hero__content--text p {
        font-size: 16px;
        line-height: 22px;
        max-width: 400px
    }

    .thesis {
        background-size: 60%
    }

    .thesis__img img {
        width: 250px;
        height: 220px;
        -o-object-fit: contain;
        object-fit: contain
    }

    .thesis__img .thesis-vector-2 {
        display: none
    }

    .thesis__img .thesis-vector-7 {
        display: none
    }

    .thesis__text h5 {
        font-size: 16px;
        line-height: 21px
    }

    .thesis__text p {
        font-size: 14px;
        line-height: 21px
    }

    .thesis__text--blue, .thesis__text--orange {
        height: 169px;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px)
    }

    .thesis__text--blue h5, .thesis__text--orange h5 {
        width: 210px
    }

    .benefits .gr-title {
        margin-bottom: 0
    }

    .benefits__text--number {
        font-size: 30px;
        line-height: 37px
    }

    .benefits__text--subtitle {
        font-size: 15px;
        line-height: 20px
    }

    .benefits__text--description {
        font-size: 14px;
        line-height: 18px
    }

    .desires__item p {
        font-size: 15px;
        line-height: 20px
    }

    .desires__item--number {
        font-size: 40px;
        line-height: 46px;
        left: -10px
    }

    .team .swiper-button-next, .team .swiper-button-prev {
        display: none
    }

    .yet .row {
        --bs-gutter-y: 25px
    }

    .yet__text--title {
        font-size: 16px;
        line-height: 20px
    }

    .yet__text--subtitle {
        font-size: 14px;
        line-height: 15px
    }

    .yet__form label {
        font-size: 14px;
        line-height: 21px
    }

    .yet__form input {
        padding: 8px 16px
    }

    .yet__form button {
        padding: 8px
    }

    .news .news__items {
        margin-top: 90px
    }

    .news .news__item {
        height: 176px;
        padding: 65px 15px 7px
    }

    .news .news__item img {
        top: -65px;
        width: 197px
    }

    .news .news__item--title {
        margin: 5px 0 10px;
        font-size: 14px;
        line-height: 21px
    }

    .news .news__item--link {
        font-size: 14px;
        line-height: 20px
    }
}

@media(max-width: 576px) {
    .videoReview {
        margin: 30px 0
    }

    .videoReview .span-star {
        display: none
    }

    .videoReview .swiper {
        padding: 0 0
    }

    .videoReview .swiper-button-next, .videoReview .swiper-button-prev {
        display: none
    }

    .videoReview__item img {
        max-height: 300px
    }

    .videoReview__item .span .g {
        width: 55px;
        height: 55px
    }

    .videoReview__item .span .g svg {
        width: 24px;
        height: 24px
    }

    .gr-title {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 25px
    }

    .hero {
        padding-top: 0;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }

    .hero__img {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        position: relative;
        right: 0;
        width: 346px;
        height: 340px
    }

    .hero__content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
        margin-top: 30px
    }

    .hero__content--img1, .hero__content--img2 {
        width: 40px;
        height: 40px
    }

    .hero__content--img2 {
        left: 60%;
        top: -10px
    }

    .hero__content h1 {
        font-size: 24px;
        line-height: 36px;
        margin-bottom: 0
    }

    .hero__content p {
        font-size: 14px;
        line-height: 20px
    }

    .hero__content--buttons {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .hero__content--buttons .btn-request {
        width: 100%;
        height: 40px
    }

    .hero__content--buttons .btn-cal {
        width: 100%;
        height: 40px
    }

    .thesis .order {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .thesis__img .thesis-vector-4 {
        display: none
    }

    .thesis__img .thesis-vectot-5 {
        left: 5%
    }

    .thesis__img .thesis-vector-8 {
        right: 5%
    }

    .thesis__text {
        margin-top: 20px
    }

    .thesis__text--blue {
        height: 150px !important
    }

    .thesis__text--blue, .thesis__text--orange {
        height: 142px;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    .thesis__text--blue h5, .thesis__text--orange h5 {
        width: 210px;
        font-size: 16px
    }

    .thesis__text--blue p, .thesis__text--orange p {
        font-size: 14px;
        line-height: 14px
    }

    .benefits__text {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
        text-align: center !important
    }

    .benefits__img img {
        height: 290px
    }

    .desires {
        background: unset
    }

    .desires .gr-title {
        margin-bottom: 0
    }

    .desires__item:first-child {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    .desires__item:nth-child(3) {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    .desires__item--number {
        display: none
    }

    .yet__more {
        margin-top: 30px
    }

    .yet__more::-webkit-scrollbar {
        width: 0;
        height: 0
    }

    .yet__items {
        margin-top: 0;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
        overflow-x: scroll
    }

    .yet__item {
        margin-top: 20px;
        margin-bottom: 0;
        padding: 20px
    }

    .yet__item img {
        width: 35px;
        height: 35px;
        top: -10px;
        left: 20px
    }

    .yet__item p {
        width: 200px;
        font-size: 14px;
        line-height: 20px
    }

    .team__slider .swiper-button-next, .team__slider .swiper-button-prev {
        display: none
    }

    .team__slider img {
        width: 162px;
        height: 213px
    }

    .team__slider--job {
        font-size: 14px;
        line-height: 20px;
        width: 209px
    }

    .team__slider--name {
        font-size: 16px;
        line-height: 21px;
        width: 209px
    }

    .team__slider--info {
        width: 209px
    }

    .team__slider--info p {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 5px
    }

    .team__slider--quote {
        font-size: 14px;
        line-height: 21px;
        margin-top: 10px;
        width: 209px
    }

    .reviews__slider {
        margin-top: 20px
    }

    .reviews__slider--description {
        font-size: 14px
    }

    .news .row {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        --bs-gutter-y: 85px;
        --bs-gutter-x: 0
    }

    .news__mobile {
        width: 280px !important
    }

    .news__item {
        width: 280px !important;
        position: relative;
        padding: 65px 15px 25px !important
    }

    .news__item a {
        position: absolute;
        bottom: 10px
    }
}