.home .erg-site-main {
  padding-bottom: 0;
}

.home .erg-intro-section {
  position: relative;
  min-height: calc(75vh - var(--header-height));
  margin-bottom: 0;
  background-position: 50% 75%;
  background-size: cover;
}

.home .erg-intro-section::after {
  z-index: 1;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: none;
  background-color: black;
  opacity: 37.5%;
}

.home .erg-intro-section .erg-copy {
  position: relative;
  z-index: 2;
}

.home .erg-intro-section h1 {
  font-size: 2rem;
}

.home .erg-section {
  padding-top: 1.5rem;
  padding-bottom: 2.5rem;
}

.home .erg-section .erg-copy p {
  font-size: 112.5%;
}

.erg-links-section {
  padding-top: 3rem;
  padding-bottom: 2rem;
  text-align: center;
  color: white;
  background-color: var(--erg-dark-blue);
}

.erg-links-section h2 {
  margin-top: 0;
  margin-bottom: 1rem;
  color: inherit;
}

.erg-links-section ul {
  display: flex;
  margin-top: 1.5rem;
  padding-left: 0;
  list-style: none;
}

.erg-links-section li {
  flex: 1;
}

.erg-links-section a {
  position: relative;
  display: block;
  padding: 1rem;
  padding-top: 4.5rem;
  height: 100%;
  font-size: 0.9375rem;
  line-height: 1.25;
  text-decoration: none;
  color: white;
}

.erg-links-section a:hover,
.erg-links-section a:focus {
  color: white;
  background-color: var(--erg-dark-blue);
}

.erg-links-section img {
  position: absolute;
  top: 1rem;
  left: calc(50% - 22px);
  object-fit: cover;
  object-position: 100% 0;
  width: 44px;
  height: 44px;
}
