.section-reviews {
    margin: 87px 0 100px;
}

.section-reviews .container {
    max-width: 1250px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
}

.reviews-section {
    padding: 0 20px;
}

.reviews-header {
    max-width: 738px;
    width: 100%;
    margin: 0 auto 48px;
}

.reviews-header h2 {
    margin-bottom: 22px;
    text-align: center;
    text-transform: uppercase;
}

.reviews-header-text {
    font-size: 18px;
    line-height: 26px;
    text-align: center;
}

.review-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    padding: 22px 24px 0;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 10px 30px -12px #00000040;
}

.review-image {
    display: flex;
    width: 129px;
    height: 129px;
    margin-bottom: 21px;
    border-radius: 50%;
    object-fit: cover;
    overflow: hidden;
}

.review-image img {
    width: 129px;
    height: 129px;
    margin-bottom: 22px;
    border-radius: 50%;
    object-fit: cover;
    overflow: hidden;
}

.review-card h3 {
    margin-bottom: 12px;
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    text-align: center;
}

.review-card-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
}

.reviews-swiper-navigation {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 80px;
}

.reviews-swiper-button-prev,
.reviews-swiper-button-next {
    display: flex;
    padding: 5px;
}

.reviews-swiper-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: fit-content;
    padding: 8px;
    gap: 10px;
}

.reviews-swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #999999;
}

.reviews-swiper-pagination .swiper-pagination-bullet-active {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #4D897C;
}

@media (max-width: 768px) {
    .section-reviews {
        margin: 49px 0 58px;
    }
    .section-reviews .container {
        padding: 0;
    }
    .reviews-section {
        padding: 0;
    }
    .reviews-header {
        margin: 0 auto 23px;
        padding: 0 16px;
    }
    .reviews-header h2 {
        margin-bottom: 17px;
    }
    .reviews-header-text {
        font-size: 14px;
        line-height: 22px;
    }
    .reviews-swiper-navigation {
        margin-top: 30px;
    }
    .review-card {
        margin: 0 16px;
        padding: 22px 16px 0;
    }
    .review-image {
        width: 81px;
        height: 81px;
    }
    .review-image img {
        width: 81px;
        height: 81px;
        margin-bottom: 22px;
        border-radius: 50%;
        object-fit: cover;
        overflow: hidden;
    }
    .review-card h3 {
        margin-bottom: 10px;
        font-size: 14px;
        font-weight: 600;
        line-height: 22px;
        text-align: center;
    }
    .review-card-text {
        font-size: 14px;
        font-weight: 400;
        line-height: 26px;
        text-align: left;
    }
}