.conteudo {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 27px;
}

#especi {
    width: 100%;
    padding: 60px 0;
    background: #fcfbf6;
}
.conteudo h4 {
    color: #bcae87;
    text-align: center;
    font-family: "Open Sauce One";
    font-style: normal;
    font-weight: 700;
    letter-spacing: -0.15px;
}
.conteudo .cards {
    display: flex;
    padding: 10px;
    align-items: flex-end;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
}

@media (max-width: 1030px) {
    .conteudo .cards {
        justify-content: center;
    }
}

.conteudo .cards .card1 {
    display: flex;
    width: 100%;
    padding: 20px 0px;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    align-self: stretch;

    border-radius: 10px;
    border: 4px solid #f0ebdd;
}

.conteudo .cards .card1 p,
.conteudo .cards .card1 h3 {
    color: black;
    text-align: center;
    font-family: "Open Sauce One";
    font-style: normal;
    font-weight: 300;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}
.conteudo .cards .card1 .barra {
    width: 100%;
    height: 4px;
    background: #f0ebdd;
}
.conteudo .cards .card1 span {
    color: #000;
    width: 380px;
    font-family: "Open Sauce One";
    font-size: var(--font-size-lg);
    font-style: normal;
    font-weight: 300;
}

/* 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;
    }
}
