.head-block:not(:last-child) {
    margin-bottom: 60px;
}
.reviews-wrapper {
    padding: 60px 0 80px;
    background: #fff;
}
.reviews-wrapper .reviews-slider {
    overflow: hidden;
}
.reviews-wrapper .reviews-slider .swiper-slide {
    height: initial;
}

.review-slide {
    background: #F6F6F6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 29px;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    height: 100%;
}
@media screen and (max-width: 991px) {
    .review-slide {
        border-radius: 15px;
    }
}
.review-slide__info {
    width: 41.6666666667%;
    padding: 25px 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
@media screen and (max-width: 991px) {
    .review-slide__info {
        padding: 20px;
    }
}
@media screen and (max-width: 768px) {
    .review-slide__info {
        width: 100%;
    }
}
.review-slide__letter {
    width: 58.3333333333%;
    padding: 45px;
    background: #545C69;
    border-radius: 29px;
    color: #fff;
    font-size: 18px;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
@media screen and (max-width: 1200px) {
    .review-slide__letter {
        font-size: 17px;
    }
}
@media screen and (max-width: 991px) {
    .review-slide__letter {
        padding: 20px;
        border-radius: 15px;
        font-size: 15px;
    }
}
@media screen and (max-width: 768px) {
    .review-slide__letter {
        width: 100%;
    }
}
.review-slide__letter::before {
    content: "";
    width: 50px;
    height: 50px;
    background-image: url("/wp-content/themes/relocate-uae/img/letter.svg");
    display: block;
    margin-bottom: 35px;
}
.review-slide__letter p + p {
    margin-top: 15px;
}

.review-author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 25px;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    flex-direction: column;
}
@media screen and (max-width: 991px) {
    .review-author {
        gap: 10px;
        font-size: 14px;
    }
}
.review-author__image {
    width: 145px;
    aspect-ratio: 1;
    border-radius: 50%;
    overflow: hidden;
}
@media screen and (max-width: 1200px) {
    .review-author__image {
        width: 100px;
    }
}
@media screen and (max-width: 991px) {
    .review-author__image {
        width: 70px;
    }
}
.review-author__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
.review-author p {
    width: 100%;
}

.title-small {
    font-size: 24px;
    font-weight: 500;
}

@media screen and (max-width: 991px) {
    .review-info-bottom {
        font-size: 14px;
    }
}
.review-info-bottom .title-small {
    margin: 30px 0 15px;
}
.review-info-bottom .btn-letter {
    color: #909CF8;
    margin-top: 20px;
    display: inline-block;
}
.head-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.head-block__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 23px;
}
@media screen and (max-width: 768px) {
    .head-block .title-block {
        font-size: 25px;
    }
}
.btn-arrow {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    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;
    -webkit-box-shadow: 0 4px 29px rgba(144, 156, 248, 0.15);
    box-shadow: 0 4px 29px rgba(144, 156, 248, 0.15);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.btn-arrow.swiper-button-disabled {
    opacity: 0.5;
}