.testimonios {
    text-align: center;
    padding: 3rem 0;
}
.testimonios h3 {
    font-size: 1.5rem;
    font-weight: 600;
    margin: 0 0 1.5rem;
    color: #0065FF;
    text-shadow: 1px 1px #fff;
    filter: drop-shadow(0 0.5rem 0.5rem rgba(0, 0, 0, 0.25));
}
.testimonios-loop {}
.testimonio {}
.testimonio p {
    font-size: 2rem;
    margin: 0 0 1.5rem;
    color: #873EFF;
    font-weight: 500;
}
.testimonio p.autor {
    font-size: 1.5rem;
    color: #33A852;
    font-weight: 600;
}
.testimonio p.autor span {
    display: block;
    font-size: 1rem;
    color: #21759B;
}