/* Your custom styles live here */
.hero {
  background: radial-gradient(1200px circle at 10% 10%, rgba(63, 81, 181, 0.10), transparent 60%),
              radial-gradient(900px circle at 90% 20%, rgba(0, 188, 212, 0.10), transparent 55%);
}

.section-title {
  letter-spacing: .02em;
}

.icon-card i {
  font-size: 1.5rem;
}
