.hero {
  padding: 25px 0;
  background: linear-gradient(135deg, #0d6efd 0%, #0a58ca 100%);
}
@media (min-width: 768px) {
  .hero {
    padding: 50px 0;
  }
}

.feature-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
}

.step-number {
  font-size: 1.25rem;
}

.card {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.card:hover {
  transform: translateY(-5px);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

/*# sourceMappingURL=home.css.map */
