@media(min-width: 768px){
    .titulo-cuatro{
        font-size:22px !important;
    }
    .texto p{
        font-family: Heebo, Light !important;
        font-size: 16px !important;
        line-height: 1.5em !important;
        color: #000000;
    }
    .under-title p{
        font-size: 22px;
    }
}
@media(max-width: 768px) {
    .titulo-cuatro{
        font-size:16px !important;
    }
    .texto p{
        font-size: 15px !important;
    }
    .under-title p{
        font-size: 20px;
    }
}
.letter p{
    line-height: 1.2em;
}