.pp-sections-featured-steps__step {
  height: 100%;
  padding: 2.2rem 1.75rem;
  border: 1px solid var(--v-color__border);
  border-radius: var(--v-border-radius__md);

  background-color: var(--v-color__white);
  text-align: center;
}

.pp-sections-featured-steps__number {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 3.5rem;
  height: 3.5rem;
  margin: 0 auto 1.1rem;
  border-radius: 50%;

  background-color: var(--v-color__1);
  color: var(--v-color__2);

  font-size: 1.5rem;
  font-weight: var(--v-font-weight__default--bold);
  line-height: 1;
}

.pp-sections-featured-steps__title {
  margin-bottom: 0.4rem;
  font-size: var(--v-font-size__h4);
}

.pp-sections-featured-steps__text {
  margin-bottom: 0;
  font-size: 90%;
}

@media (min-width: 1000px) {
  .pp-sections-featured-steps__item {
    flex-basis: 33.33%;
  }
}
