.mainContent {
  padding-top: 0;
}

.section {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.section .section-hero {
  height: 184px;
}
.section .section-hero img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -o-object-position: center bottom;
     object-position: center bottom;
}
.section .section-cont {
  max-width: 912px;
  margin-inline: auto;
}/*# sourceMappingURL=estaticasFront.css.map */