.testi-img .img-box{
    max-width: 250px;
    margin:auto;
    text-align: center;
    position: relative;
}
.testi-img .circle{
    height: 250px;
    width: 250px;
    background-color: #00a2ffd3;
    position: absolute;
    border-radius: 50%;
    left: 0;
    bottom: 0;
    transition: all 0.5s ease;
}
.testi-img .img-box-inner{
    position: relative;
    border-radius: 0 0 180px 180px;
    overflow:hidden;
}
.testi-img .img-box-inner img{
    max-width: 250px;
}
.testimonial-section .carousel-inner{
    margin-bottom: 20px;
}
.testimonial-section .carousel-control-prev{
    margin-right: 10px;
}
.testimonial-section .carousel-control-next, 
.testimonial-section .carousel-control-prev{
    position: relative;
    height: 35px;
    width: 35px;
    background-color: #00d9ff;   
    display: inline-flex;
    border-radius: 50%;
    
}
.testimonial-section .carousel-control-prev img,
.testimonial-section .carousel-control-next img{
    width: 15px;
}
.testi-item h3{
    text-transform: capitalize;
}
.titulo-industria{
font-size: 20px;
font-weight: 600;
text-align: left;
}
.subtitulo-industria{
    font-weight: 200;
    font-size: 15px;
    text-align: left;
}
/* Responsive */
@media(max-width:991px){
    .testi-img .img-box{
        max-width: 200px;
    }
    .testi-img .circle{
        height: 210px;
        width: 210px;
    }
    .testi-img .img-box-inner{
        border-radius: 0 0 130px 150px;
    }
    .testi-img .img-box-inner img{
        max-width: 230px;
    }
}
@media(max-width:767px){
    .testi-img{
        margin-bottom: 25px;
    }
}