section {
  width: 80%;
  display: flex;
  gap: 3rem;
  flex-wrap: wrap;
  justify-content: space-between;
}
.box-informativo {
  width: 20rem;
  height: 25rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.box-informativo img {
  max-width: 20rem;
  max-height: 16.5rem;
}
