.sobre {
    background: url(/img/sobre-fundo.webp) no-repeat center center;
    background-size: cover;
    padding: 100px 10px;
    color: #FFF;
}
.sobre-grid p {
    text-align: center;
    font-size: 1.875rem;
    font-style: italic;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
.sobre-grid p strong {
    color: #FECB00;
}
.sobre-title h3 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
    gap: 10px;
    font-size: 2.5rem;
    letter-spacing: 3px;
    font-weight: 700;
}

@media only screen and (min-width:340px) and (max-width:680px) {
    .sobre-grid p {
        text-align: center;
        font-size: 1.2rem;
    }
}

@media only screen and (min-width:0px) and (max-width:339px) {
    .sobre-grid p {
        text-align: center;
        font-size: 1rem;
    }
}