.hero {
  position: relative;
  min-height: 600px;
  font-family: Manrope, system-ui, sans-serif;
  color: #121315;
  background-color: #fffaf6;
}
@media (min-width: 768px) {
  .hero {
    min-height: 750px;
  }
}
.hero .hero-media {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.hero .hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(255, 250, 246, 0.97) 0%, rgba(255, 250, 246, 0.9) 28%, rgba(255, 250, 246, 0.55) 48%, rgba(255, 250, 246, 0.15) 65%, transparent 78%);
}
.hero .hero-bg {
  -o-object-position: 40% center;
     object-position: 40% center;
}
.hero .hero-content {
  position: relative;
  z-index: 2;
  padding-top: 7.5rem;
}
@media (min-width: 768px) {
  .hero .hero-content {
    padding-top: 14rem;
  }
}
.hero .hero-title {
  font-family: Arapey, Georgia, serif;
  position: relative;
}
.hero .hero-text {
  position: relative;
}
.hero .hero-text p {
  margin: 0px;
}
.hero .hero-text p + p {
  margin-top: 0.5rem;
}
.hero .hero-cta {
  position: relative;
}
.hero .hero-cta .btn-outline-dark .text {
  text-transform: uppercase;
}
