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

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

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

.p-section-hero-style3__content1,
.p-section-hero-style3__content2 {
  position: absolute;
  z-index: 20
}

.p-section-hero-style3__content1 {
  inset: 1rem 0 auto 0;
}

.p-section-hero-style3__content2 {
  inset: auto 0 1rem 0;
}

.p-section-hero-style3__content1 h2 {
  font-size: 1.8rem;
  line-height: 1 !important;
}

.p-section-hero-style3__content2 {
  font-size: 1.2rem;
}

@media (min-width: 500px) {
  .p-section-hero-style3__content1 h2 {
    font-size: 2rem;
  }

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

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

@media (min-width: 900px) {
  .p-section-hero-style3__content1 {
    top: 2rem;
  }

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

  .p-section-hero-style3__content2 {
    font-size: 2.5rem;
    bottom: 2rem;
  }
}

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

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

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

@media (min-width: 2500px) {
  .p-section-hero-style3__content1 h2 {
    font-size: 8rem;
  }
}
