#sobre
{
    width: 100%;
    margin: 0;
    padding: 0;
}
.banner
{
    background: url('../img/sobre.webp') no-repeat center center;
    background-size: cover; /* Faz a imagem preencher toda a largura */
}
