.editorialPage {
    margin: 0 auto;
    font-size: 16px;
    text-align: justify;
}

@media (min-width: 768px) and (max-width: 992px) {
    .editorialPage {
        padding-top: 70px;
    }
}

@media (max-width: 767px) {
    .editorialPage {
        padding-top: 100px;
    }
}

/*@media (max-width: 576px) {
    .editorialPage {
        margin-left: 15px;
    }
}*/

.editorialPage img {
    max-width: 100%;
}
.editorialPage .fotoAvatar {
    width: 80px;
    border-radius: 50%;
    margin-bottom: 10px;
}
.editorialPage .smallerFont {
    font-size: 12px;
}