.home-hero {
  display: flex;
  flex-direction: row;
  padding-top: 120px;
  padding-bottom: 120px;
}

.hero-wrapper {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
}

.hero-wrapper h1 {
  margin-top: 0px;
}

.hero-seal {
  height: 300px;
  margin-left: var(--content-edge-spacing);
}

.home-capabilities-wrapper {
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: center;
  width: 100%;
  gap: 2rem;
}

.home-capabilities-item {
  width: 240px;
}

.home-capabilities-item > h3 {
  text-align: center;
}

.home-capabilities-item > img {
  max-height: 140px;
  max-width: 140px;
  border-radius: 4px;
}

@media (max-width: 46rem) {

  .home-capabilities-wrapper {
    flex-wrap: wrap;
  }

}
