.containerTestimonios{
height: 100dvh;
width: 100vw;
display: flex;
flex-direction: column;
justify-content: j;
align-items: center;
padding: 70px 0;
overflow: auto;
}
.testimonios{
    max-width: 80%;
    height: auto;
    display: block;
    margin-bottom: 20px;
padding: 20px;
border: solid 2px #b2e4ff;
border-radius: 30px;

}
.tituloSubCategorias{
    
    margin-bottom: 40px;
   
}