.testimonials-section {
    text-align: center;
    margin-bottom: 100px;
    padding: 30px;
   
}

.swiper {
    padding-bottom: 50px;
}

.swiper-3d {
    perspective: 1040px;
}

.swiper-wrapper {
    align-items: center;
}

.swiper-slide {
    background-color: #b99767;
    border-radius: 20px;
    padding: 30px;
    color: #cfcfcf;
    box-shadow: 0 10px 50px rgba(0, 0, 0, 0.4);
    text-align: left;
    height: 410px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    box-sizing: border-box;
}

.swiper-slide-active {
    width: 300px !important;
}

.swiper-slide h5 {
    margin-bottom: 15px;
    font-size: 1.3rem;
    font-weight: bold;
   
      
}

.swiper-slide p {
    font-size: 15px;
    /* line-height: 1.5; */
    overflow: hidden;
    text-overflow: ellipsis;
    /* display: -webkit-box; */
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
     text-align: center; COLOR: BLACK;
    text-align: center;
}

.swiper-pagination-bullet {
    background: #fff;
    opacity: 0.7;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #b99767;
}

.cs-title-wrap {
    margin: 50px 0px;

}

.cs-title {
    font-size: 55px;
    padding-bottom: 20px;
}

.cs-subtitle p {
    padding: 0px 224px;
    font-size: 18px;
    /* line-height: 23px; */
    /* font-weight: 600; */
    /* letter-spacing: 2px; */
}

/* responsive */
@media (max-width: 1190px) {
    .swiper-slide {
        width: 250px;
        height: 415px;
    }

    .swiper-slide h5 {
        font-size: 1.1rem;
    }

    .swiper-slide p {
        font-size: 1rem;
    }

    .cs-subtitle p {
        padding: 0px 0px;
        font-size: 18px;
    }
    .testimonials-section {
        text-align: center;
        margin-bottom: 100px;
        line-height: 1.6;
         padding: 0px; 
    }
    .cs-title {
        font-size: 24px;
        padding-bottom: 20px;
    }
    .swiper-slide-active {
        width: 286px !important;
    }
}
