.why {
  background: var(--color-snow);
  position: relative;
}

.why-content {
  max-width: 760px;
  margin: 0 auto;
}

.why-text {
  text-align: center;
}

.why-body {
  font-size: var(--text-lg);
  color: var(--color-dark);
  line-height: 1.85;
  margin-bottom: var(--space-6);
}

.why-body:last-of-type {
  margin-bottom: 0;
}

.why-body:first-of-type {
  font-size: var(--text-xl);
  color: var(--color-dark-deep);
  font-weight: 500;
}