#parceiros {
    margin: 40px 0;
}

#parceiros .conteudo {
    display: flex;
    padding: 8px 20px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    height: 100%;
}

#parceiros .conteudo h4 {
    color: #bcae87;
    text-align: center;
    font-family: "Open Sauce One";
    font-style: normal;
    font-weight: 700;
    letter-spacing: -0.15px;
    width: 100%;
}

#parceiros .conteudo p {
    color: #011b33;
    text-align: center;
    font-family: "Open Sauce One";
    font-style: normal;
    font-weight: 300;
    letter-spacing: -0.15px;
    width: 100%;
}

#parceiros .conteudo .btns a {
    border-radius: 100px;
    background: #bcae87;
    color: white;
    text-decoration: none;
    padding: 8px 20px;
}
/* MOdelagem para redimensionar */

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

    #parceiros .conteudo h4 {
        margin-top: 16px;
    }
}
