.lghc-testimonial-slider {
    text-align: center;
    border-radius: 10px;
    padding-bottom: clamp(50px, 4.167vw, 160px);
}

.lghc-testimonial-slider .testimonial-slide .quote-icon {
    width: 40px;
    margin-bottom: 20px;
    display: none;
}

.lghc-testimonial-slider .testimonial-slide .subtitle {
    font-size: 14px;
    margin-bottom: 20px;
    display: none;
}

.lghc-testimonial-slider .testimonial-slide .author {
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    display: block;
    margin: 0;
    text-align: left;
    color: #ffffff;
}

.lghc-testimonial-slider .testimonial-slide .stars {
    display: none;
}

.lghc-testimonial-slider .testimonial-slide .testimonial-text {
    text-align: left;
    font-size: clamp(20px,2.083vw,80px);
    color: #ffffff;
    line-height: 1.12;
    font-weight: 400;
    margin-bottom: 25px;
}
.lghc-testimonial-slider .testimonial-slide h4{
    display:none;
    font-size: 22px;
    margin-bottom: 5px;
}

.lghc-testimonial-slider .swiper-pagination {
    margin-top: 20px;
    text-align: left;
    bottom: 0;
}
.lghc-testimonial-slider .swiper-pagination .swiper-pagination-bullet {
    background: #ffffff;
    width: 10px;
    height: 10px;
}
