/* About section module */
.why-section {
  background: #f7fafc;
}

.why-copy {
  max-width: 520px;
}

.why-point {
  padding: 18px;
  border: 1px solid #e6ebf7;
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: 0 8px 24px rgba(15, 23, 42, .04);
}

.why-point i {
  border-radius: var(--radius);
}
