.sobre {
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 80px;
    padding-bottom: 80px;
    background: url(/img/sobre.webp) no-repeat center center;
    background-size: cover;
    margin-top: 100px;
    margin-bottom: 60px;
}

.sobre-grid {
    display: grid;
    justify-items: center;
}

.sobre-grid h4 {
    font-size: 2.5rem;
    font-family: 'Fira Sans Condensed', sans-serif;
    color: #E70A0A;
    position: relative;
}


.sobre-grid p {
    display: inline-block;
    text-align: center;
    max-width: 1100px;
    margin-left: 20px;
    margin-right: 20px;
    font-size: 1.25rem;
    font-weight: 500;
    color: #fff;
}

.sobre-grid p + p{
    margin-top: 10px;
}

@media only screen and (max-width:720px) {

    .sobre-grid {
        grid-gap: 10px;
    }

    .sobre-grid p {
        font-size: 1.25rem;
    }
    .sobre-grid h4 {
        font-size: 1.75rem;
        text-align: center;
        line-height: 1.2em;
    }
}
