 :root {
     --cor-1: #00a59b;
     --cor-2: #18412e;
 }

 section.bloco-card-duplo .card .card-header h5 {
     color: #1F625E;
 }

 section.bloco-card-duplo .card em {
     font-weight: 700;
     font-style: normal;
 }


 section.bloco-cards .card em {
     font-weight: 700;
     font-style: normal;
 }


 @media (min-width: 992px) {

     section.bloco-cards .row {
         justify-content: center;
     }

     section.bloco-cards .col-lg-4 {
         -ms-flex: 0 0 25%;
         flex: 0 0 25%;
         max-width: 25%;
     }

 }



 section.bloco-texto {
     color: white;
 }