/* ========================================
   HERO SECTION
   ======================================== */

.hero {
  position: relative;
  min-height: 520px;
  background: url("../assets/images/hero.jpg") center/cover no-repeat;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: var(--overlay-light);
}

.hero-content {
  position: relative;
  padding: 70px 0 40px;
  text-align: center;
  display: flex;
  flex-direction: column;
  height: 36rem;
}

.hero h2 {
  font-family: inherit;
  font-size: 30px;
  margin-bottom: 14px;
}

.hero p {
  font-size: 22px;
  margin-bottom: 26px;
  font-weight: 500;
}

.btn-primary {
  max-width: fit-content;
  margin: auto auto 0 auto;
  width: 16rem;
}
