.p-section-hero-style2 {
  aspect-ratio: 300 / 200;
  position: relative;
}

.p-section-hero-style2__picture {
  position: absolute;
  z-index: 10;
  inset: 0;
}

.p-section-hero-style2__picture-img {
  object-position: center bottom !important;
}

.p-section-hero-style2__content,
.p-section-hero-style2__content h2 {
  font-family: var(--v-font-family__alt1) !important;
  line-height: 1.2 !important;
}

.p-section-hero-style2__content {
  position: absolute;
  z-index: 20;
  inset: var(--v-spacing__default) 0 auto 0;
  color: var(--v-color__2);
  font-size: 1.2rem;
}

.p-section-hero-style2__content h2 {
  font-size: 1.8rem;
  margin-bottom: 0;
}

.p-section-hero-style2__content-inner {
  width: 100%;
}

@media (min-width: 500px) {
  .p-section-hero-style2 {
    aspect-ratio: 300 / 180;
  }

  .p-section-hero-style2__content h2 {
    font-size: 2rem;
  }

  .p-section-hero-style2__content {
    font-size: 1.5rem;
  }
}

@media (min-width: 700px) {
  .p-section-hero-style2 {
    aspect-ratio: 300 / 160;
  }

  .p-section-hero-style2__content-inner {
    width: 50%;
  }

  .p-section-hero-style2__content {
    top: 2rem;
  }
}

@media (min-width: 900px) {
  .p-section-hero-style2__content h2 {
    font-size: 4rem;
  }

  .p-section-hero-style2__content {
    font-size: 2.5rem;
  }
}

@media (min-width: 1500px) {
  .p-section-hero-style2__content h2 {
    font-size: 6rem;
  }

  .p-section-hero-style2__content {
    font-size: 3.5rem;
  }
}

@media (min-width: 1900px) {
  .p-section-hero-style2__content h2 {
    font-size: 7.5rem;
  }

  .p-section-hero-style2__content {
    font-size: 4rem;
  }
}
