.feature-item {
  @apply flex flex-row md:flex-col md:w-[33%] gap-6;
}

.feature-item__icon-wrapper {
  @apply flex-1/4 sm:flex-1/7 md:w-[56px];
}

.feature-item__text-wrapper {
  @apply flex-3/4;
}

.feature-item__heading {
  @apply text-2xl font-[700];
}

.feature-item__paragraph {
  @apply mt-2 text-xl opacity-66;
}
