 :root {
     --cor-1: #2E4157;
     --cor-2: #385A7C;
 }

 section.bloco-colunas .imagem {
     text-align: center;
 }

 section.bloco-colunas strong.h2 em {
     font-size: 70%;
     display: block;
 }

 section.bloco-texto {
     color: white;
 }

 section.bloco-lista-foto-fixa ul li::marker {
     content: "\2713";
     font-size: 1.5em;
     color: green;
 }

 section.bloco-14424 ul {
     list-style: none;
     padding-left: 0;
 }

 section.bloco-14424 ul li::before {
     content: "\25B6";
     color: var(--cor-1);
     padding-right: 8px;
 }

 section.bloco-card-duplo .card .card-header::before {
     background: linear-gradient(173.88deg, rgba(255, 255, 255, 0) 41.47%, rgba(0, 0, 0, 0.8) 74.16%);
 }

 section.bloco-card-duplo .card h5 {
     color: #FFF;
 }

 section.bloco-card-duplo .col-md-12 {
     text-align: center;
 }


 @media (max-width: 576px) {
     h1 {
         font-size: 38px;
         letter-spacing: -1px;
     }
 }