h2, p {
    margin: 0;
}

.why-us-page {
    padding-top: 80px;

    .hero__container {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 10px;
        padding-bottom: 30px;
    }

    .hero__wrapper {
        max-width: 486px;
        align-items: baseline;
    }

    .hero__text {
        margin-top: 35px;
    }

    .hero__title {
        line-height: 1;
        text-align: left;
        margin-bottom: 39px;
    }

    .hero__title span {
        font-weight: 700;
        font-size: 48px;
        line-height: 1;
        letter-spacing: -0.1px;
        color: rgba(64, 154, 101, 1);
    }

    .hero__description {
        text-align: left;
        font-weight: 400;
        font-size: 20px;
        margin-top: 0;
        margin-bottom: 30px;
        line-height: 1.3;
        color: rgba(51, 51, 51, 1);
    }

    /*.button--header {*/
    /*    padding: 14px 24px 11px 26px;*/
    /*    letter-spacing: 1.2px;*/
    /*}*/

    .hero__img {
        border-radius: 24px;
    }

    .splide-company-logo {
        padding-top: 25px;
        padding-bottom: 25px;
        border: 1px solid rgba(237, 237, 237, 1);
    }

    .choose {
    }

    .choose__container {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-top: 120px;
        padding-bottom: 80px;
    }

    .choose__title {
        display: flex;
        flex-direction: column;
        max-width: 595px;
        margin-bottom: 55px;
    }

    .choose__header {
        padding-bottom: 10px;
        font-weight: 600;
        font-size: 40px;
        line-height: 135%;
        color: rgba(40, 40, 40, 1);
    }

    .choose__header span {
        color: rgba(64, 154, 101, 1);
    }

    .choose__desc {
        font-weight: 500;
        font-size: 18px;
        line-height: 1.5;
        letter-spacing: -0.2px;
        text-align: center;
    }

    .choose__list {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin-bottom: 75px;
        gap: 32px;
        line-height: 1.2;
        letter-spacing: -0.2px;
    }

    .choose__item {
        padding: 24px;
        max-width: 326px;
        background: rgba(255, 255, 255, 1);
        border: 1px solid rgba(213, 217, 217, 1);
        border-radius: 16px;
    }

    .choose__item-img {
        margin-bottom: 10px;
    }

    .choose__item-title {
        font-weight: 500;
        font-size: 20px;
        margin: 0 0 15px 0;
    }

    .choose__item-desc {
        font-size: 14px;
        letter-spacing: -0.3px;
        color: rgba(119, 119, 119, 1);
    }

    .testimonial {

    }


    .testimonial__container {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-top: 80px;
        padding-bottom: 30px;
    }

    .testimonial__title {
        display: flex;
        flex-direction: column;
        justify-content: center;
        max-width: 720px;
        margin-bottom: 50px;
    }

    .testimonial__header {
        margin-bottom: 20px;
        font-weight: 700;
        font-size: 48px;
        line-height: 1.3;
        letter-spacing: 0.4px;
        text-align: center;
        color: rgba(40, 40, 40, 1);
    }

    .testimonial__desc {
        max-width: 597px;
        font-size: 20px;
        line-height: 28px;
        text-align: center;
        color: rgba(51, 51, 51, 1);
    }

    .testimonial__list {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        row-gap: 40px;
        column-gap: 48px;
    }

    .testimonial__item {
        padding: 24px 24px 20px 24px;
        max-width: calc((100% / 2) - 24px);
        min-width: 335px;
        min-height: 212px;
        border-radius: 20px;
        background: linear-gradient(0deg, #FFFFFF, #FFFFFF),
        linear-gradient(216.63deg, rgba(255, 255, 255, 0) -3.83%, #F7F7FA 78.68%);
        border: 1px solid rgba(213, 217, 217, 1);
        box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.11);
    }

    .testimonial__item-rating {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        column-gap: 5px;
        row-gap: 16px;
        margin-bottom: 8px;
    }

    .rating-star {
    }

    .rating-label {
        padding: 5px 8px 6px 8px;
        font-weight: 600;
        font-size: 14px;
        line-height: 1.2;
        letter-spacing: -0.1px;
        color: rgba(97, 211, 136, 1);
        background-color: rgba(239, 251, 243, 1);
        border-radius: 86px;
    }

    .testimonial__item-text {
        margin-bottom: 10px;
        font-weight: 500;
        font-size: 16px;
        line-height: 1.5;
        letter-spacing: -0.5px;
        color: rgba(102, 102, 102, 1);
    }

    .testimonial__item-bottom {
        min-height: 56px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 5px;
    }

    .testimonial__item-company {
        display: flex;
        flex-direction: column;
        gap: 8px;
        line-height: 1;

        .person__name {
            font-weight: 700;
            font-size: 20px;
            color: rgba(22, 32, 22, 1);
        }

        .person__company {
            font-weight: 500;
            font-size: 14px;
            color: rgba(51, 51, 51, 0.8);
        }

        .person__company a,
        .person__company span {
            text-decoration: underline;
        }
    }

    .testimonial__item-company-logo {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .testimonial__item-company-logo img {
        max-width: 100px;
        max-height: 56px;
    }

    .faq__title{
        font-size: 36px;
        font-weight: 700;
    }

    .faq-item__body-text ul {
        margin: 10px 0 10px 30px;
    }

    .faq-item__body-text p{
        margin-bottom: 10px;
    }

    .faq-item__body-text ul li{
        list-style: disc;
    }

    .cta-section {
        margin-top: unset;
        padding: 80px 0 80px;
    }

    .cta-section__title {
        max-width: 550px;
        text-wrap: auto;
    }

    .cta-section__description {
        text-wrap: auto;
    }
}

@media (max-width: 1199px) {
    .why-us-page {
        .hero__container {
            justify-content: center;
        }
    }
}


@media (max-width: 991px) {
    .why-us-page {

        #choose-slider {
            width: 100%;
        }

        .choose__list {
            justify-content: unset;
            flex-wrap: nowrap;
            gap: 19px;
        }
    }
}

@media (max-width: 767px) {
    .why-us-page {
        padding-top: 60px;

        .hero__container {
            padding-bottom: 40px;
        }

        .hero__wrapper {
            align-items: center;
            margin-bottom: 48px;
        }

        .hero__title {
            text-align: center;
            margin-bottom: 18px;
        }

        .hero__title span {
            font-size: 36px;
        }

        .hero__text {
            margin-top: 20px;
        }

        .hero__description {
            text-align: center;
            font-size: 16px;
            margin-bottom: 15px;
        }

        .choose__header {
            text-align: center;
            font-size: 36px;
        }

        .choose__container {
            padding-top: 85px;
            padding-bottom: 0px;
        }

        .choose__desc {
            font-size: 16px;
        }

        .choose__item {
            max-width: 250px;
        }

        .testimonial__header {
            font-size: 36px;
        }

        .testimonial__desc {
            font-size: 16px;
            line-height: 18px;
            line-height: unset;
        }

        .testimonial__item {
            display: flex;
            flex-direction: column;
            gap: 32px;
        }

        /*.testimonial__item-company-logo {*/
        /*    max-width: 75px;*/
        /*    max-height: 56px;*/
        /*}*/

        .faq {
            margin-bottom: 10px;
        }
    }
}