:root {
    --cor-principal-produto: #d1e7f1;
    --cor-secundaria: #620723;
    --cor-destaque: #e98e63;
    --cor-sombra: #ffd8c0;
    --cor-borda: #f3e1d2;
    --cor-title-primaria: #6a090e;
}

.section-beneficios {
    background: #fff;
}

.section-sobre {
    background: var(--cor-secundaria);
    color: rgb(255 255 255 / 70%) !important;
}

.section-sobre h3 {
    color: var(--cor-destaque) !important;
}

.section h3 {
    color: var(--cor-title-primaria);
}
