.mod_mrn_conteudos_recentes {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #00c0f3;
}
.mod_mrn_conteudos_recentes .bloco_central {
  width: 100%;
  height: 700px;
  max-width: 1200px;
  padding: 15px;
  /*display: flex;*/
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-image: url(bg-conteudo-recente.png);
  background-position: center;
}

.mod_mrn_conteudos_recentes .titulo,
.mod_mrn_conteudos_recentes .titulo a,
.mod_mrn_conteudos_recentes .titulo {
  width: 100%;
  margin-top: 75px;
  font-family: "Roboto";
  color: #002742;
  font-size: calc(30px * var(--acessibilidade));
}
.mod_mrn_conteudos_recentes .conteudos {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 30px;
  overflow-y: hidden;
}

.mod_mrn_conteudos_recentes .conteudos::-webkit-scrollbar {
	display: none;
}

@media (max-width: 950px) {
  .mod_mrn_conteudos_recentes .bloco_central {
    height: 600px;
    max-width: 1200px;
    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;
  }

  .mod_mrn_conteudos_recentes .titulo {
    width: 100%;
    margin-top: 0px;
    font-size: calc(24px * var(--acessibilidade));
    text-align: center;
  }
}
