.client-experience-section .testimonial-container {
    background-color: #fff;
    border-radius: 40px 150px 40px 40px;
    color: #000 !important;
    overflow: hidden;
    padding: 20px;
}
.client-experience-section .testimonial-container img {
    border-radius: 20px;
    width: 100px;
    height: 100px;
    object-fit: cover;
    margin-right: 20px;
}
.client-experience-section .textimonial-text {
    font-size: 1rem;
    line-height: 1.2rem;
}
.client-experience-section .person-info {
    display: flex;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 20px;
}
.client-experience-section .person-info p {
    line-height: 1rem;
}
.client-experience-section .swiper-slide-next {
    transform: translate3d(-530px, 0px, -100px) rotateX(0deg) rotateY(30deg) scale(1) !important;
}
.client-experience-section .swiper-slide-prev {
    transform: translate3d(530px, 0px, -100px) rotateX(0deg) rotateY(-30deg) scale(1) !important;
}
.client-experience-section .swiper-slide-shadow-left {
    background-image: none !important;
}
.client-experience-section .swiper-slide-shadow-right {
    background-image: none !important;
}
.client-experience-section .special-text {
    font-family: 'Lunar Type', serif;
    font-weight: 400 !important;
    font-style: italic !important;
}
.client-experience-section h2 {
    font-size: 40px;
    margin: 80px 0px;
    font-weight: 400;
}
.client-experience-section {
    padding: 100px 0px;
    margin-bottom: 200px;
}
.client-experience-section .custom-swiper-btn {
    background: transparent !important;
    border: 0px;
}
.client-experience-section .custom-swiper-btn svg {
    width: 80px;
    height: 80px;
}
.client-experience-section .swiper-nav-text {
    font-size: 30px;
}
@media only screen and (max-width: 1024px) {
    .client-experience-section {
        margin-bottom: 100px;
    }
}
@media only screen and (max-width: 768px) {
    .client-experience-section {
        margin-bottom: 50px;
        padding: 50px 0px;
    }
}
@media only screen and (max-width: 480px) {
    .client-experience-section .testimonial-container {
        padding: 10px;
    }
    .client-experience-section .testimonial-container img {
        width: 70px;
        height: 70px;
        margin-right: 10px;
    }
    .client-experience-section .textimonial-text {
        font-size: 0.8rem;
        line-height: 1rem;
    }
    .client-experience-section .person-info p {
        font-size: 0.8rem;
        line-height: 0.8rem;
    }
    .client-experience-section {
        height: fit-content;
        padding: 0px;
        margin: 0px;
    }
}
