#sobre_section{
    flex-wrap: wrap;
}

#sobre_section .center{
    display: flex;
    padding: 1%;
}

#sobre_section .center > div{
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

#sobre{
    padding: 4%;
}

#imagem_decoracao_1{
    background: url('imagens/decoracao-sobre-nos.webp') center / contain;
    background-repeat: no-repeat;
    filter: drop-shadow(3px 0 5px rgba(0, 0, 0, 0.3));
}