.feature-card {
  background: #fff;
  border-radius: 28px;
  box-shadow: 0 18px 46px rgba(6, 29, 53, 0.08);
  padding: 1.5rem;
}

.icon-bubble {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 20px;
  background: #eef6f8;
  color: #0b3765;
  font-size: 1.35rem;
  margin-bottom: 1rem;
}