.card-sobre {position: relative; background: var(--vermelho); display: flex; flex-direction: row; justify-content: center; align-items: center; padding: 80px 20px 70px; width: 100%; overflow: hidden;}
.card-sobre .titulo {font: 600 27.75px / 34.52px raleway; color: var(--branco); text-align: center; font-style: italic; position: relative; z-index: 100;}
.card-sobre .titulo b {font-weight: 700; font-style: normal;}

.card-sobre .trapezio.top {bottom: unset; top: 0; margin: 0 auto;width: calc(50%);}