.mod_mrn_conteudos_destaque {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #ffbb00;
}
.mod_mrn_conteudos_destaque .bloco_central {
  width: 100%;
  min-height: 840px;
  max-width: 1200px;
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  background-image: url(bg-destaques.png);
  background-position: center;
}
.mod_mrn_conteudos_destaque .titulo,
.mod_mrn_conteudos_destaque .titulo a,
.mod_mrn_conteudos_destaque .titulo a:visited
 {
  width: 100%;
  margin-top: 75px;
  font-family: "Roboto";
  color: #002742;
  font-size: calc(30px * var(--acessibilidade));
}


.mod_mrn_conteudos_destaque .conteudos {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}

@media (max-width: 1216px) {
  .mod_mrn_conteudos_destaque .bloco_central {
    min-height: 600px;
    max-width: 1200px;
    background-image: url(bg-destaques_TOP.png), url(bg-destaques_BOTTOM.png);
    background-position: top, bottom;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .mod_mrn_conteudos_destaque .titulo {
    width: 100%;
    margin-top: 0px;
    font-size: calc(24px * var(--acessibilidade));
    text-align: center;
  }
}
