/* Estilos del componente Hero (qs-hero) */
.qs-hero__image-wrap2 {
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(0, 0, 0, .25);
  /* Tamaño fijo por defecto */
  height: 420px;
}

.qs-hero__content2 {
  padding: clamp(1rem, 2.5vw, 2rem);
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.qs-hero__title2 {
  letter-spacing: -0.5px;
  line-height: 1.1;
}

.qs-hero__text {}

.qs-hero__image-wrap2,
.qs-hero__content2 {
  width: 100%;
}

.qs-hero__image-wrap2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

@media (max-width: 575.98px) {
  .qs-hero__image-wrap2 {
    height: 300px;
  }
}

