.section_cards-before {
    position: absolute;
    background-color: #35363a;
    height: 100%;
    z-index: 0;
    border-radius: 200px 0px 0px 200px;
}

.div-cards {
    z-index: 1;
    background: transparent;
    padding-left: 3rem;
}

.div-cards h3 {
    font-weight: 100;
}

.linha-titulo-card {
    z-index: 0;
    font-weight: 800;
}

.linha-titulo-card::before {
    content: " ";
    position: absolute;
    height: 8px;
    background: #df0915;
    width: 85%;
    left: 43px;
    top: 23px;
    z-index: -1;
}

.card-formularios img {
    width: 40px;
}

.card-formularios h4 {
    font-weight: 100;
}

@media screen and (max-width: 991px) {
    .sectionTopo {
      position: absolute;
      z-index: 2;
      width: 100%;
    }
    .div-cards {
        padding: 2em 0px ;
    }
  }