
 .heading{
    width: 100%; height: auto;
    margin: 0;
    text-align: center;
}

 .testimonials-slider-container{
    width: 100%; height: auto;
    margin: 0; margin-top: 10px;
    color: #f5f9fa; background-color: #303538;
    padding: 10px; box-sizing: border-box;
    border-radius: 15px;
}

 .testimonials-slider-container .testimonials-slider{
    width: 100%; height: 310px !important;
    margin: 0; margin-top: 10px;
}

 .testimonials-slider-container .testimonials-slider .slides .testimonial-container{
    width: 95%; height: 300px;
    margin: 0 2.5%; 
    padding: 15px; box-sizing: border-box;
    border-radius: 15px;
    font-family: 'Poppins',sans-serif; font-size: 18px; font-weight: 400;
    position: relative;
    color: #f5f9fa; background-color: #1a1d1f;
}



 .testimonials-slider-container .testimonials-slider .slides .testimonial-container .testimonial{
    width: 100%; height: auto;
    margin:  20px 0; 
    font-style: italic; line-height: 28px;
    
}

 .testimonials-slider-container .testimonials-slider .slides .testimonial-container  .card{
    width: auto; height: auto;
    margin: 0; 
    position: absolute; left: 20px; bottom: 20px;
}

 .testimonials-slider-container .testimonials-slider .slides .testimonial-container .card .name{
    width: 100%; height: auto;
    margin: 0; 
    font-size: 17px; font-weight: 400;
}

 .testimonials-slider-container .testimonials-slider .slides .testimonial-container .designation{
    width: 100%; height: auto;
    margin: 10px 0; 
    font-size: 15px; font-weight: 400;
}

 .testimonials-slider-container .testimonials-slider .slides .testimonial-container .company{
    width: 100%; height: auto;
    margin: 0; 
    font-size: 17px; font-weight: 400;
}

