.mod_mrn_pagina_destaques {
  width: 100%;
  display: flex;
  flex-direction: column;
  background-color: #002742;
  font-family: "Roboto";
}

.mod_mrn_pagina_destaques .bloco_temas_conteudos {
  background-color: #00c0f3;
  background-image: url(bg-conteudo-recente_TOP.png),
    url(bg-conteudo-recente_mobile_BOTTOM.png);
  background-position: top, bottom;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 96px 0 50px 0;
}

.mod_mrn_pagina_destaques .bloco_temas_conteudos .bloco_central {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1200px;
}

.mod_mrn_pagina_destaques .temas_conteudos_titulo {
  font-size: 26px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #002742;
}

.temas_conteudos_esteira {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 40px;
  align-items: flex-start;
  flex-wrap: wrap;
}
