/* ==========================================================================
   Home
   ========================================================================== */

.home-hero {
  padding-bottom: 40px;
}

.home-hero + .section {
  padding-top: 40px;
}

.mission {
  padding: 90px 0;
  text-align: center;
}

.mission h2 {
  margin-bottom: 20px;
}

.mission p {
  color: var(--color-text-muted);
  margin: 0 auto;
  max-width: 720px;
}

.product-icon {
  align-items: center;
  display: flex;
  height: 72px;
  justify-content: center;
  margin-bottom: 8px;
  width: 72px;
}

.product-icon img {
  display: block;
  height: 72px;
  object-fit: contain;
  width: 72px;
}
