.reviews {
    background: linear-gradient(180deg, #FFF6EA 0%, #FFE8C8 100%);
    padding: 120px 135px;
    box-sizing: border-box;
    width: 100%;
    display: flex;

}

.reviews__leftSide {
    width: 40%;
    margin-right: 88px;
    position: relative;
    height: 500px;
}

.reviews__title {
    color: #333;
    font-family: Poppins-Bold, sans-serif;
    font-size: 48px;
    font-weight: 600;
    line-height: 133.3%;
    margin-bottom: 30px;
}

.reviews__title span {
    color: #FB9333;
}

.reviews__subtitle {
    width: 400px;
    color: #999;
    font-family: Poppins-Regular, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.reviews__rightSide {
    width: 60%;
    min-width: 0;
    height: 500px;
    display: flex;
    align-items: center;
}

.swiper {
    height: 550px !important;
    display: flex;
    align-items: center;
}

.swiper-slide {
    height: 100% !important;
    display: flex;
    align-items: center;
}

.swiper-slide-card {
    width: 270px;
    height: 400px;
    border-radius: 5px;
    background: #FFF;
    display: flex;
    flex-direction: column;
    padding: 24px;
    box-sizing: border-box;
}

.swiper-slide-card__logo {
    overflow: hidden;
    width: 90px;
    height: 90px;
    border-radius: 10px;
    transform: translateY(-70px);
}

.swiper-slide-card__logo img {
    width: 100%;
}

.swiper-slide-card__name {
    color: #2B2B2B;
    font-family: Poppins-SemiBold, sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 133.3%;
    margin-bottom: 8px;
}

.swiper-slide-card__old {
    color: #999;
    font-family: Poppins-Regular, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    margin-bottom: 19px;
}

.swiper-slide-card__review {
    width: 220px;
    color: #575757;
    font-family: Poppins-Regular, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -0.32px;
}
.reviews__buttons {
    position: relative;
    top: 100px;
    width: 130px;

}
.swiper-button-prev, .swiper-button-next {
    background: #FB9333;
    width: 50px;
    height: 50px;
    border-radius: 10px;
    color: white;
}

.swiper-pagination {
    top: -100px;
}

.swiper-pagination-current {
    font-family: Raleway-Bold, sans-serif;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 63.984px; /* 133.3% */
}

.swiper-pagination-current #text {
    color: rgba(204, 204, 204, 1);
}

.swiper-pagination-total {
    font-family: Raleway-Medium, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    color: rgba(204, 204, 204, 1);
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    content: url("../images/Arrow-Right-White.svg");
    line-height: 10px;
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    content: url("../images/Arrow-Right-White.svg");
    transform: rotate(180deg);
    line-height: 10px;
}