#apoio {
    padding: 50px 0;
}

#apoio .conteudo2 {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
}

#apoio .conteudo2 p {
    color: #011b33;
    text-align: center;
    font-family: "Open Sauce One";
    font-style: normal;
    font-weight: 300;
    letter-spacing: -0.15px;
    margin-top: 12px;
}

@media (max-width: 1100px) {
    .sobre-all {
        display: flex;
        flex-direction: column;
    }
    .sobre-all .partes {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
}
