.section-hero {
  align-items: center;
  background: transparent;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100vh;
  overflow: hidden;
  position: relative;
}

.hero {
  align-items: center;
  background: transparent;
  justify-content: center;
  min-height: 100vh;
  padding: 150px 0 100px;
  position: relative;
}

.hero-container {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 800px;
  /* padding-top: 40px; */
  /* margin-top: -60px; */
}

.section-hero .section-header {
  margin-bottom: 28px;
}

.hero-background-text {
  color: transparent;
  display: block;
  font-family: Georgia, serif;
  /* font-size: clamp(57px, 12vw, 180px); */
  font-size: clamp(5.7rem, 14vw, 18rem);
  font-weight: 700;
  left: 50.5%;
  letter-spacing: 0.08em;
  /* line-height: clamp(57px, 12vw, 180px); */
  line-height: clamp(5.7rem, 14vw, 18rem);
  -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 20%, rgba(0, 0, 0, 0) 85%);
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 20%, rgba(0, 0, 0, 0) 85%);
  pointer-events: none;
  position: absolute;
  -webkit-text-stroke: 2px rgba(14, 150, 216, 1);
  text-stroke: 2px rgba(14, 150, 216, 1);
  text-transform: uppercase;
  top: 0;
  transform: translateX(-50%);
  -webkit-user-select: none;
  user-select: none;
  white-space: nowrap;
  z-index: 0;
}

.section-header .hero-main-heading {
  display: block;
  font-family: Georgia, serif;
  /* font-size: clamp(11.04rem, 13.8vw, 8rem); */
  /* font-size: clamp(3.5rem, 8.6vw, 11rem); */
  font-size: clamp(5.7rem, 14vw, 18rem);
  font-style: normal;
  font-weight: 500;
  color: #ffffff;
  letter-spacing: -0.01em;
  /* line-height: clamp(11.04rem, 13.8vw, 17.68rem); */
  line-height: clamp(5.7rem, 14vw, 18rem);
  margin-bottom: 0;
  /* padding-top: clamp(calc(57px * 0.45), calc(12vw * 0.45), calc(180px * 0.45)); */
  padding-top: clamp(calc(5.7rem * 0.5), calc(14vw * 0.5), calc(18rem * 0.5));
  text-align: center;
  position: relative;
  z-index: 1;
}

.hero-main-heading-second-line {
  display: block;
  margin-top: clamp(-49px, -3.4vw, -30px);
}

.hero-sub-heading {
  font-family: Georgia, serif;
  /* font-size: clamp(3.2rem, 4vw, 4.8rem); */
  font-size: clamp(2.8rem, 3.75vw, 4.8rem);
  font-weight: 500;
  font-style: italic;
  color: #0e96d8;
  margin-bottom: 28px;
  /* margin-top: 18px; */
  letter-spacing: -0.01em;
  line-height: 1;
  position: relative;
  top: -21px;
  z-index: 10;
}

.hero-body {
  font-size: 1.8rem;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.8;
  max-width: 680px;
  margin: 0 auto 40px;
}

@media (max-width: 768px) {
  /* .hero-container {
    padding-top: 60px;
  } */

  .hero-body {
    font-size: 1.6rem;
    padding: 0 20px;
  }
}
