.customers-page {
  background: var(--cream);
}

.customers-main {
  padding: 0 12px 40px;
}

.customers-hero {
  margin: 16px;
  border-radius: 24px;
  padding: 20px 16px 70px;
  color: var(--cream);
  background:
    linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    linear-gradient(180deg, rgba(108, 122, 63, 0.56) 24.53%, rgba(156, 154, 116, 0.56) 100%),
    url("../assets/customer-1.jpg") center / cover no-repeat;
}

.customers-hero-inner {
  min-height: min(88vh, 920px);
  display: flex;
  flex-direction: column;
}

.customers-head .hero-nav-list {
  background: var(--cream);
}

.customers-head .hero-nav .nav-link.active {
  color: var(--olive) !important;
}

.customers-hero-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
  max-width: 1170px;
  margin: auto;
  padding: 135px 20px 100px;
}

.customers-hero-title {
  font-family: "Lato", sans-serif;
  font-weight: 800;
  font-size: clamp(2.2rem, 4.3vw, 5.25rem);
  line-height: 1.25;
  margin: 0;
  text-align: center;
}

.customers-hero-lead {
  max-width: 1450px;
  margin: 0;
  text-align: center;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-size: clamp(1rem, 1.5vw, 2.125rem);
  line-height: 1.5;
  color: #f6f4ed;
}


@media (max-width: 991.98px) {
  .customers-hero {
    margin: 12px;
    min-height: auto;
    padding-bottom: 40px;
  }

  .customers-hero-inner {
    min-height: auto;
  }

  .customers-hero-content {
    padding-top: 24px;
  }

}

@media (max-width: 575.98px) {
  .customers-main {
    padding: 0 8px 26px;
  }

  .customers-hero {
    margin: 8px;
    border-radius: 16px;
    padding: 14px 10px 30px;
  }
}
