.banner-cont {
    background-image: url(../img/banners/contacto.jpg);
    height: 369px;
}
#testimonio .callout-1 {
    padding: 50px 0 100px;
}
#testimonio .callout-1 .testimonio {
    position: relative;
    padding: 60px 0 0 30px;
    margin-bottom: 40px;
}
#testimonio .callout-1 .testimonio figure {
    width: 125px;
    height: 125px;
    background-color: var(--colorBlanco);
    padding: 7px;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
    overflow: hidden;
}
#testimonio .callout-1 .testimonio figure img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
#testimonio .callout-1 .testimonio .cuadro {
    background-color: var(--color2);
    border-radius: 20px;
    padding: 70px 35px 35px;
}
#testimonio .callout-1 .testimonio .cuadro > * {
    color: var(--colorBlanco);
}
#testimonio .callout-3 {
    background-color: #F1F6F7;
    padding: 90px 0;
}
@media screen and (max-width: 980px){
    .banner-cont {
        height: 200px;
    }
    #testimonio .callout-1 .testimonio {
        padding: 60px 0 30px 30px;
    }
}