.container_swipe_arrows {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

.reviews_section {
    width: 100%;
    /* height: 700px; */
}

.header_reviews_section {
    color: #FFF1E5;
    text-align: center;

    /* H1 */
    font-family: Sora;
    font-size: 36px;
    font-style: normal;
    font-weight: 800;
    line-height: 150%;
    /* 54px */
    letter-spacing: -0.625px;
    text-transform: uppercase;

    padding-top: 60px;
    padding-bottom: 30px;
}

.sub_header_reviews_section {
    color: #FFDCC1;
    text-align: center;

    /* p1 */
    font-family: Sora;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;

    max-width: 1400px;

    margin: 0 auto;

    padding-bottom: 30px;
    /* 24px */
}

.swiper-slide {
    border-radius: 16px;
    border: 1px solid #652A20;
    background: #7C3627;

    width: 420px !important;
    height: 380px !important;
    flex-shrink: 0;
}

.swiper-wrapper {
    display: flex;
    justify-content: center;
    flex-direction: row;
    gap: 20px;
}

.swiper-slide {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 40px;
}

.review_image_person .overlay-text {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #AC513C;
    /* optional, change as needed */
    color: #000;
    /* optional, for text color */
    font-weight: bold;
    /* optional, for better visibility */
    font-size: 18px;
    /* adjust size if needed */
    overflow: hidden;
    color: #7C3627;
    text-overflow: ellipsis;
    font-family: Sora;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    /* 36px */
}


.review_name_person {
    overflow: hidden;
    color: #ECEDEE;

    text-overflow: ellipsis;
    /* H3 */
    font-family: Sora;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    /* 36px */
}

.title_review {
    color: #ECEDEE;
    font-family: Sora;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    /* 111.111% */
}

.full_review {
    color: #FFDCC1;
    font-family: Sora;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 133.333% */
}


.name_review {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 14px
}

.name_review,
.star_amount_review {
    padding-bottom: 30px;
}

.title_review {
    padding-bottom: 18px;
}

/* .swiper-slide {
    background-repeat: no-repeat;
    background-size: cover;
    height: 520px;
    border-radius: 40px
} */

.left_arrow_review,
.right_arrow_review {
    position: relative !important;
    top: unset !important;
    left: unset !important;
    right: unset !important;
    margin-top: unset !important;
    display: block !important
}

.swiper-button-next::after,
.swiper-button-prev::after {
    display: none !important
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    display: block;
}

.swiper {
    width: 1400px;
    margin: unset !important;
}


@media screen and (max-width: 1400px) and (min-width: 1280px) {
    .container_swipe_arrows {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 30px;
    }

    .reviews_section {
        width: 100%;
        /* height: 700px; */
    }

    .header_reviews_section {
        color: #FFF1E5;
        text-align: center;

        /* H1 */
        font-family: Sora;
        font-size: 36px;
        font-style: normal;
        font-weight: 800;
        line-height: 150%;
        /* 54px */
        letter-spacing: -0.625px;
        text-transform: uppercase;

        padding-top: 60px;
        padding-bottom: 30px;
    }

    .sub_header_reviews_section {
        color: #FFDCC1;
        text-align: center;

        /* p1 */
        font-family: Sora;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;

        max-width: 1400px;

        margin: 0 auto;

        padding-left: 40px;
        padding-right: 40px;
        padding-bottom: 30px;
        /* 24px */
    }

    .swiper-slide {
        border-radius: 16px;
        border: 1px solid #652A20;
        background: #7C3627;

        /* width: 420px !important;
        height: 380px !important; */

        width: 350px !important;
        height: 316px !important;

        flex-shrink: 0;
    }

    .swiper-wrapper {
        display: flex;
        justify-content: center;
        flex-direction: row;
        gap: 20px;
    }

    .swiper-slide {
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 30px;
    }

    .review_image_person .overlay-text {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 60px;
        height: 60px;
        border-radius: 50%;
        background-color: #AC513C;
        /* optional, change as needed */
        color: #000;
        /* optional, for text color */
        font-weight: bold;
        /* optional, for better visibility */
        font-size: 18px;
        /* adjust size if needed */
        overflow: hidden;
        color: #7C3627;
        text-overflow: ellipsis;
        font-family: Sora;
        font-size: 24px;
        font-style: normal;
        font-weight: 600;
        line-height: 150%;
        /* 36px */
    }


    .review_name_person {
        overflow: hidden;
        color: #ECEDEE;

        text-overflow: ellipsis;
        /* H3 */
        font-family: Sora;
        font-size: 24px;
        font-style: normal;
        font-weight: 600;
        line-height: 150%;
        /* 36px */
    }

    .title_review {
        color: #ECEDEE;
        font-family: Sora;
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: 20px;
        /* 111.111% */
    }

    .full_review {
        color: #FFDCC1;
        font-family: Sora;
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
        /* 133.333% */
    }


    .name_review {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 14px
    }

    .name_review,
    .star_amount_review {
        padding-bottom: 30px;
    }

    .title_review {
        padding-bottom: 18px;
    }

    /* .swiper-slide {
    background-repeat: no-repeat;
    background-size: cover;
    height: 520px;
    border-radius: 40px
} */

    .left_arrow_review,
    .right_arrow_review {
        position: relative !important;
        top: unset !important;
        left: unset !important;
        right: unset !important;
        margin-top: unset !important;
        display: block !important
    }

    .swiper-button-next::after,
    .swiper-button-prev::after {
        display: none !important
    }

    .swiper {
        margin-left: auto;
        margin-right: auto;
        position: relative;
        overflow: hidden;
        list-style: none;
        padding: 0;
        z-index: 1;
        display: block;
    }

    .swiper {
        width: 1154px;
        margin: unset !important;
    }

}


@media screen and (max-width: 768px) {


    .button.button--banner.button--primary.button--xl {
        height: 70px;
        width: auto;
    }

    .container_swipe_arrows {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 20px;
    }

    .reviews_section {
        width: 100%;
        /* height: 700px; */
    }

    .header_reviews_section {
        color: #FFF1E5;
        text-align: center;

        /* H1 */
        font-family: Sora;
        font-size: 36px;
        font-style: normal;
        font-weight: 800;
        line-height: 150%;
        /* 54px */
        letter-spacing: -0.625px;
        text-transform: uppercase;

        padding-top: 60px;
        padding-bottom: 30px;
    }

    .sub_header_reviews_section {
        color: #FFDCC1;
        text-align: center;

        /* p1 */
        font-family: Sora;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;

        max-width: 768px;

        margin: 0 auto;

        padding-left: 40px;
        padding-right: 40px;
        padding-bottom: 30px;
        /* 24px */
    }

    .swiper-slide.swiper-slide-active,
    .swiper-slide {
        border-radius: 16px;
        border: 1px solid #652A20;
        background: #7C3627;

        /* width: 420px !important;
        height: 380px !important; */

        width: 310px !important;
        height: 320px !important;

        flex-shrink: 0;
    }

    .swiper-wrapper {
        display: flex;
        /* justify-content: center;
        flex-direction: row; */
        /* gap: 20px; */
        justify-content: unset;
        flex-direction: unset;
        gap: unset;
    }

    .swiper-slide {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 20px;
    }

    .review_image_person .overlay-text {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 60px;
        height: 60px;
        border-radius: 50%;
        background-color: #AC513C;
        /* optional, change as needed */
        color: #000;
        /* optional, for text color */
        font-weight: bold;
        /* optional, for better visibility */
        font-size: 18px;
        /* adjust size if needed */
        overflow: hidden;
        color: #7C3627;
        text-overflow: ellipsis;
        font-family: Sora;
        font-size: 24px;
        font-style: normal;
        font-weight: 600;
        line-height: 150%;
        /* 36px */
    }


    .review_name_person {
        overflow: hidden;
        color: #ECEDEE;

        text-overflow: ellipsis;
        /* H3 */
        font-family: Sora;
        font-size: 24px;
        font-style: normal;
        font-weight: 600;
        line-height: 150%;
        /* 36px */
    }

    .title_review {
        color: #ECEDEE;
        font-family: Sora;
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: 20px;
        /* 111.111% */
    }

    .full_review {
        color: #FFDCC1;
        font-family: Sora;
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
        /* 133.333% */
    }


    .name_review {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 14px
    }

    .name_review,
    .star_amount_review {
        padding-bottom: 30px;
    }

    .title_review {
        padding-bottom: 18px;
    }

    .left_arrow_review,
    .right_arrow_review {
        position: relative !important;
        top: unset !important;
        left: unset !important;
        right: unset !important;
        margin-top: unset !important;
        display: block !important
    }

    .swiper-button-next::after,
    .swiper-button-prev::after {
        display: none !important
    }

    .swiper {
        margin-left: auto;
        margin-right: auto;
        position: relative;
        overflow: hidden;
        list-style: none;
        padding: 0;
        z-index: 1;
        display: block;
    }

    .swiper {
        width: 400px;
        width: unset;
        margin: unset !important;
    }

    .swiper-button-prev svg {
        margin-left: unset;
    }

    .swiper-button-next svg {
        margin-right: unset;
    }

    .mySwiper {
        width: 100%;
    }

    /* .swiper-button-next,
    .swiper-button-prev {
        display: none !important;
    } */

    /* .swiper-button-next svg,
    .swiper-button-prev svg {
        display: block;
    } */

    .swiper {
        /* overflow: hidden; */
        /* width: 400px !important; */
        width: 310px !important;
    }

    .swiper-slide {
        box-sizing: border-box;
        flex-shrink: 0;
    }

}



@media screen and (max-width: 400px) {


    .button.button--banner.button--primary.button--xl {
        height: 70px;
        width: auto;
    }

    .container_swipe_arrows {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 10px;
    }

    .reviews_section {
        width: 100%;
        /* height: 700px; */
    }

    .header_reviews_section {
        color: #FFF1E5;
        text-align: center;

        /* H1 */
        font-family: Sora;
        font-size: 36px;
        font-style: normal;
        font-weight: 800;
        line-height: 150%;
        /* 54px */
        letter-spacing: -0.625px;
        text-transform: uppercase;

        padding-top: 60px;
        padding-bottom: 30px;
    }

    .sub_header_reviews_section {
        color: #FFDCC1;
        text-align: center;

        /* p1 */
        font-family: Sora;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;

        max-width: 768px;

        margin: 0 auto;

        padding-left: 40px;
        padding-right: 40px;
        padding-bottom: 30px;
        /* 24px */
    }

    .swiper-slide.swiper-slide-active,
    .swiper-slide {
        border-radius: 16px;
        border: 1px solid #652A20;
        background: #7C3627;

        /* width: 420px !important;
        height: 380px !important; */

        width: 290px !important;
        height: 350px !important;

        flex-shrink: 0;
    }

    .swiper-wrapper {
        display: flex;
        /* justify-content: center;
        flex-direction: row; */
        /* gap: 20px; */
        justify-content: unset;
        flex-direction: unset;
        gap: unset;
    }

    .swiper-slide {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 20px;
    }

    .review_image_person .overlay-text {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 60px;
        height: 60px;
        border-radius: 50%;
        background-color: #AC513C;
        /* optional, change as needed */
        color: #000;
        /* optional, for text color */
        font-weight: bold;
        /* optional, for better visibility */
        font-size: 18px;
        /* adjust size if needed */
        overflow: hidden;
        color: #7C3627;
        text-overflow: ellipsis;
        font-family: Sora;
        font-size: 24px;
        font-style: normal;
        font-weight: 600;
        line-height: 150%;
        /* 36px */
    }


    .review_name_person {
        overflow: hidden;
        color: #ECEDEE;

        text-overflow: ellipsis;
        /* H3 */
        font-family: Sora;
        font-size: 24px;
        font-style: normal;
        font-weight: 600;
        line-height: 150%;
        /* 36px */
    }

    .title_review {
        color: #ECEDEE;
        font-family: Sora;
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: 20px;
        /* 111.111% */
    }

    .full_review {
        color: #FFDCC1;
        font-family: Sora;
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
        /* 133.333% */
    }


    .name_review {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 14px
    }

    .name_review,
    .star_amount_review {
        padding-bottom: 30px;
    }

    .title_review {
        padding-bottom: 18px;
    }

    .left_arrow_review,
    .right_arrow_review {
        position: relative !important;
        top: unset !important;
        left: unset !important;
        right: unset !important;
        margin-top: unset !important;
        display: block !important
    }

    .swiper-button-next::after,
    .swiper-button-prev::after {
        display: none !important
    }

    .swiper {
        margin-left: auto;
        margin-right: auto;
        position: relative;
        overflow: hidden;
        list-style: none;
        padding: 0;
        z-index: 1;
        display: block;
    }

    .swiper {
        width: 400px;
        width: unset;
        margin: unset !important;
    }

    .swiper-button-prev svg {
        margin-left: unset;
    }

    .swiper-button-next svg {
        margin-right: unset;
    }

    .mySwiper {
        width: 100%;
    }

    .swiper {
        /* overflow: hidden; */
        /* width: 400px !important; */
        width: 290px !important;
    }

    .swiper-slide {
        box-sizing: border-box;
        flex-shrink: 0;
    }

    .swiper-slide-active {
        margin-right: unset !important;
    }

}



div[_ngcontent-ng-c4124879324] {
    padding: 0 20px !important;
}

@media screen and (max-width: 768px) {
    .button--xl {
        font-size: var(--stb-font-size-button-lg, 20px) !important;
        line-height: var(--stb-line-height-button-lg, 20px) !important;
    }
}