section.sobre {
    padding: 90px 2%;
    min-height: 90%;
}

section.sobre .container {
    max-width: 840px;
    margin-top: 30px;
}

section.sobre .img-destaque-sobre {
    width: 100%;
    padding-top: 60%;
    background-image: url('https://quatrorodas.abril.com.br/wp-content/uploads/2020/08/DSCF0019_v2.jpg?quality=70&strip=info');
    background-repeat: no-repeat;
    background-size: contain;
}

section.sobre .descricao-autor {
    margin-top: 20px;
}

.descricao-autor h2 {
    font-size: 24px;
}

.descricao-autor p {
    line-height: 28px;
    font-size: 16px;
    margin-top: 10px;
}

.descricao-autor2 {
    margin-top: 40px;
}

.descricao-autor3 {
    margin-top: 20px;
    float: left;
    width: calc(75% - 10px);
    margin-left: 10px;
}

.descricao-autor3 p {
    line-height: 28px;
}

.img-small {
    width: 25%;
    padding-top: 25%;
    float: left;
    background-image: url('');
    background-color: rgb(220,220,220);
}

footer {
    margin-top: 20px;
}

@media screen and (max-width: 580px) {

    .img-small {
        width: 100%;
        padding-top: 50%;
    }

    .descricao-autor3 {
        width: 100%;
        padding: 20px 1%;
    }
}