.specular-testimonials-carousel-two{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 100px;
    position: relative;
}
 .specular-testimonials-carousel-two .icon-wrapper{
    width: 250px;
    height: 250px;
    position: relative;
 }
 .specular-testimonials-carousel-two .icon-wrapper .icon-image{
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-width: 250px;
 }
 .specular-testimonials-carousel-two .icon-image-2{

        position: absolute;
    top: 65px;
    right: -70px;
    width: 150px;
    height: 150px;
    object-fit: cover;
    background-color: #F96A2A;
    border-radius: 50%;
    border: 10px solid #F3F6FE;
    display: flex;
    align-items: center;
    justify-content: center;
 }
 .specular-testimonials-carousel-two .card-description{
    max-width: 640px;
    font-family: 'Inter' , sans-serif;
    font-size: 21px;
    font-weight: 400;
    line-height: 41px;
    color: #1E1E1E;
 }
 .specular-testimonials-carousel-two .divider{
    height: 1px;
    background-color: #E2E2E2;
 }
 .specular-testimonials-carousel-two .card-name{
    font-family: 'Instrument Sans' , sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 29px;
    color: #1E1E1E;
    margin-top: 20px;
 }
 .specular-testimonials-carousel-two .card-post{
    margin-top: 0px;
    font-family: 'Inter' , sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #515151;
 }

 .testimonials-carousel-2 .slick-list{
    overflow: hidden!important;
 }
.custom-dots {
    /* Style for the dots container */
}

.custom-dot {
    /* Style for individual dots */
}

.custom-dots .slick-active .custom-dot {
    /* Style for active dot */
}
