.mod-parrafos {
    background-color: #DCEBE1;
}

.fila-parrafos{
    flex-direction: row;
    align-items: center;
    margin: 0 auto;
    padding: 80px 16px !important;
    width: 70%;
}

@media (min-width: 1920px) {
    .fila-parrafos .texto-tit{
        margin-bottom:50px;
        width: 80%;
    }
}

@media (min-width: 1200px) and (max-width: 1919px) {
    .fila-parrafos{
        width: 80%;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .fila-parrafos{
        width: 90%;
    }
}

@media (min-width: 576px) and (max-width: 991px) {
    .fila-parrafos{
        flex-direction: column;
        width: auto;
    }
    .fila-parrafos .texto-tit{
        margin-bottom: 20px;
    }
}

@media (min-width: 360px) and (max-width: 575px) {
    .fila-parrafos{
        flex-direction: column;
        padding: 10px 10px !important;
        width: auto;
    }
    .fila-parrafos .texto-tit{
        margin-bottom: 20px;
    }
}