.entry-content .intro,
.entry-content .intro p {
    font-family: Lato-light, sans-serif;
    font-size: 22px;
    line-height: 1.77;
    font-weight: 600;
    text-align: justify;
    color: #6d6d6d;
}

.entry-content .intro .intro__text {
    box-shadow: 0.4em 0 0 #fffbf0, -0.4em 0 0 #fffbf0;
    background-color: #fffbf0;
    padding: 0.18em 0;
}

@media screen and (max-width: 767px){
    .entry-content .intro {
        font-size: 18px;
    }
}