.card-brefing {position: relative; background: var(--vermelho); display: flex; flex-direction: column; justify-content: center; align-items: center; padding: 80px 20px 70px; width: 100%;}
.card-brefing.card-2 {background-color: var(--preto-sex);}
.card-brefing .titulo {font: 800 48px raleway; color: var(--branco); text-align: center; font-style: normal; margin: 0 0 11px;}
.card-brefing .texto {font: 400 15px / 27px montserrat; color: var(--branco); text-align: center; margin: 0 0 11px;}

.card-brefing .trapezio.bot {bottom: 0; top: unset; margin: 0 auto;width: calc(51%);}
.card-brefing .top-icone {width: 103px; height: 103px; background: var(--branco); display: grid; place-content: center; place-items: center; border-radius: 100px; position: absolute; top: -51px; z-index: 100;}
.card-brefing .top-icone svg {width: 80px; height: auto;}

@media (max-width:990px) {
     .card-brefing {padding: 60px 15px 40px}

     .card-brefing .titulo {font-size: 28px;}
     .card-brefing .top-icone {width: 65px; height: 65px; top: -21px;}
     .card-brefing .top-icone svg {width: 50px;}
}