  .site-content {
    margin-top: 0;
}
.vpat-hero-copy {
  background-color: #ffc904;
  border-radius: .6rem;
  max-width: 760px;
  border: 1px solid rgba(255, 255, 255, 0.9);
}

.vpat-hero h1 {
  line-height: 1;
}

.vpat-hero .lead {
  font-size: 1.5rem;
  max-width: 680px;
}

.vpat-how-it-works {
  position: relative;
  background-color: #000;
  color: #fff;
}

/* Section heading */

.vpat-how-it-works .lead {
  max-width: 1100px;
  font-weight: 400;
  line-height: 1.6;
}

/* Step card layout */

.vpat-steps {
  align-items: stretch;
}

.vpat-steps > li {
  display: flex;
}

.vpat-step-card {
  position: relative;
  width: 100%;
  min-height: 100%;
  padding: 2rem;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-top: 6px solid #ffc904;
  border-radius: 0.25rem;
}

.vpat-step-card:hover,
.vpat-step-card:focus-within {
  background-color: rgba(255, 255, 255, 0.1);
}

/* Large background step number */

.vpat-step-number {
  position: absolute;
  top: 1rem;
  right: 1.25rem;
  color: rgba(255, 201, 4, 0.22);
  font-size: 5rem;
  font-weight: 900;
  line-height: 1;
  z-index: 0;
}

/* Icon circle */

.vpat-step-icon {
  position: relative;
  z-index: 1;
  width: 56px;
  height: 56px;
  margin-bottom: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  background-color: #ffc904;
  border-radius: 50%;
  font-size: 1.5rem;
}

/* Card text */

.vpat-step-card h3 {
  position: relative;
  z-index: 1;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.vpat-step-card p,
.vpat-step-card ul {
  position: relative;
  z-index: 1;
}

.vpat-step-card p {
  line-height: 1.6;
}

.vpat-step-card ul {
  padding-left: 1.25rem;
}

.vpat-step-card li {
  margin-bottom: 0.5rem;
  line-height: 1.5;
}

.vpat-step-card li:last-child {
  margin-bottom: 0;
}

/* Bottom callout */

.vpat-note {
  padding: 1.25rem 1.5rem;
  color: #000;
  background-color: #fff;
  border-left: 6px solid #ffc904;
  font-weight: 600;
  line-height: 1.6;
}

/* Medium and smaller screens */

@media (max-width: 991.98px) {
  .vpat-step-card {
    padding: 1.75rem;
  }

  .vpat-step-number {
    font-size: 4.5rem;
  }
}

/* Small screens */

@media (max-width: 575.98px) {
  .vpat-how-it-works {
    text-align: left;
  }

  .vpat-step-card {
    padding: 1.5rem;
  }

  .vpat-step-icon {
    width: 48px;
    height: 48px;
    font-size: 1.25rem;
  }

  .vpat-step-number {
    top: 0.75rem;
    right: 1rem;
    font-size: 4rem;
  }

  .vpat-note {
    padding: 1rem 1.25rem;
  }
}