.mais-noticias-container {
  margin: 5% auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 1rem;
  width: 80%;
  text-align: justify;
}

.data-image {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.data-image img {
  width: 80%;
}

h1 {
  text-transform: uppercase;
  margin-right: 10%;
  margin-left: 10%;
}
