.review{
    margin-bottom: 130px;
    margin-top: 130px;
}
.review .title-wrapper {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 50px;
}
.review .title-wrapper h3{
    margin-bottom: 0;
}
.review .title-wrapper .slider-navigation {
    display: flex;
    align-items: center;
}
.review .title-wrapper .slider-navigation img{
    width: 30px;
    transition: var(--transition);
}
.review .title-wrapper .slider-navigation img:hover{
    filter: brightness(0) saturate(100%)
}
.slider-navigation a {
    cursor: pointer;
    transition: var(--transition);
}
.slider-navigation a + a {
    margin-left: 15px;
    transform: rotate(180deg);
}
.review .testimonial-item{
    min-height: 751px;
    padding: 44px;
    background: linear-gradient(-30.85deg, #FFFFFF -30.84%, #729495 41.72%, #393C43 95.22%);
    display: flex !important;
    gap: 20px;
    justify-content: space-between;
    flex-direction: column;
}
.review .quote-icon{
    width: 38px;
}
.review .slick-track .testimonial-item:nth-child(2n){
    background: linear-gradient(30.85deg, #393C43 -30.84%, #729495 68.72%, #ffffff 125.22%);
}
.review .slick-track .testimonial-item:nth-child(3n){
    background: linear-gradient(30.85deg, #FFFFFF -30.84%, #729495 41.72%, #393C43 95.22%);
}
.review .testimonial-item h5{
    color: var(--white);
    margin-bottom: 0;
}
.review .testimonial-item p:last-child{
    margin-bottom: 0px;
}
.review .slick-slide{
    margin: 0 12.5px;
}
.review .slick-list{
    margin: 0 -12.5px;
} 
.slick-disabled.slick-arrow {
    opacity: 0.4;
}
.testimonial-content *{
    color: var(--white);
}
@media(max-width:1200px){
    .review{
        margin-bottom: 120px;
        margin-top: 120px;
    }
    .review .testimonial-item {
        min-height: 521px;
        padding: 30px;
    }
}
@media(max-width:991px){
    .review{
        margin-bottom: 80px;
        margin-top: 80px;
    }
    .review .title-wrapper{
        margin-bottom: 40px;
    }
    .review .quote-icon {
        width: 30px;
    }
     .review .testimonial-item h4{
        font-size: 30px;
     }
}
@media(max-width:767px){
    .review{
        margin-bottom: 60px;
        margin-top: 60px;
    }
    .review .testimonial-item{
        min-height: 300px;
        padding: 20px;
    }
    .review .quote-icon {
    width: 24px;
}
}