.afp-homepage__hero {
  min-height: 252px;
  padding: 32px 0 0;
}

.afp-homepage__hero-title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 0 0 16px;
  font-family: source-sans-pro, "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(2.5rem, 4vw, 3.5rem);
  font-style: normal;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.2571428571;
  text-transform: uppercase;
}

@media (min-width: 1024px) {
  .afp-homepage__hero-title {
    font-size: 56px;
    line-height: 70.4px;
  }
}

.afp-homepage__hero-line {
  display: inline-block;
  padding: 0 16px;
  color: #fff;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-transform: inherit;
}

.afp-homepage__hero-line--dark {
  background: var(--afp-homepage-text);
}

.afp-homepage__hero-line--blue {
  background: var(--afp-homepage-blue);
}

.afp-homepage__hero-subtitle {
  max-width: 792px;
  margin: 0;
  font-family: source-sans-pro, "Helvetica Neue", Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}
