.testimonio{
    width: 100%;
    height: 55vh;
    background-image: url(../images/testimonio/almacen__elevador.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    backdrop-filter: blur(10px);
}

.testimonio__intro{
    width: 80%;
    height: 90%;
    margin-left: auto;
    margin-right: auto;
    background-color: rgba(0, 0, 0, 0.5);
    text-align: center;
}

