.hero-banner {
  background-image: var(--home-banner);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 666px;
  width: 100%;
  position: relative;
}

.hero-content {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 480px;
  color: #fff;
  text-align: center;
  font-feature-settings: "liga" off;
  font-style: normal;
}

.hero-content h1 {
  font-family: Plus Jakarta Sans;
  font-size: 60px;
  font-weight: 800;
  line-height: 72px; /* 120% */
  letter-spacing: 0.6px;
  padding-bottom: 40px;
}

.hero-content p {
  font-family: Inter;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px; /* 155.556% */
}
