.why-icon {
  width: 34px;
  height: 34px;
  stroke: var(--accent-green);
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  margin-bottom: 1.25rem;
  filter: drop-shadow(0 6px 16px rgba(110,231,168,0.35));
}
