body
{
    background-color: #f5f5f1;
}

.testimonios
{
    width: 70vw;
    height: auto;
    margin-left: 15vw;
    margin-top: 190px;
}

.text_desc
{
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 400;
    color: #5B5B5B;
    margin-left: 15vw;
}

@media (max-width:1024px)
{
    .testimonios
    {
        width: 90vw;
        height: auto;
        margin-left: 5vw;
        margin-top: 80px;
    }

    .text_desc
    {
        margin-left: 5vw;
    }
}