.features {
  display: flex;
  align-items: center;
  padding: 2rem 0;
  width: 100%;
}

.featureSvg {
  max-height: 350px;
  max-width: 350px;
  width: auto;
  height: auto;
  object-fit: contain;
}

.featureLink {
  text-decoration: none;
  color: inherit;
  display: block;
  padding: 1rem;
  border-radius: 8px;
  transition: all 0.2s ease;
}

.featureLink:hover {
  text-decoration: none;
  color: inherit;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(6, 127, 254, 0.15);
  background-color: rgba(6, 127, 254, 0.05);
}
