.feat h3 {
  display: flex;
  align-items: center;
  gap: 10px;
}
.feat-icon {
  font-family: 'Material Icons', 'Material Symbols Outlined';
  font-size: 1.75rem;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  letter-spacing: normal;
  color: var(--accent);
  text-transform: none;
  white-space: nowrap;
  direction: ltr;
  font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}
