.nvm-icon-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 24px;
}
.nvm-icon-card__icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: rgba(55, 94, 251, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.nvm-icon-card__icon svg {
  width: 24px;
  height: 24px;
  stroke: #375EFB;
  stroke-width: 1.75;
  fill: none;
}
.nvm-icon-card__heading {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #FFFFFF !important;
  line-height: 1.2;
  margin: 0;
}
.nvm-icon-card__body {
  font-family: 'Manrope', sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: rgba(255,255,255,0.65);
  line-height: 1.55;
  margin: 0;
}