.p-section-featured-steps > .l-flex__inner {
  row-gap: 2rem;
}

.p-section-featured-steps__item {
  display: flex;
  gap: 1.2rem;
  align-items: center;
}

.p-section-featured-steps__count {
  flex: 0 0 4rem;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background-color: var(--v-color__1);
  color: var(--v-color__light);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 150%;
  line-height: 1;
}

.p-section-featured-steps__content {
  flex: 1 1 0%;
}
