.steps {
  margin-bottom: 1rem;
}

@media (min-width: 1024px) {
  .steps__wrapper {
    box-sizing: border-box;
    display: flex;
    margin-left: -1rem;
    margin-right: -1rem;
    align-items: center;
  }
}

.steps_wrapper:not(:last-child) .steps__instructions {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .steps__instructions {
    box-sizing: border-box;
    flex: 0 1 auto;
    margin-left: 1rem;
    margin-right: 1rem;
    margin-bottom: 2rem;
    flex: 1 0 auto;
    width: calc(50% - 2rem);
  }
}

.content .steps__title {
  font-size: inherit;
  line-height: inherit;
  margin: auto;
}
.content .steps__image {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .content .steps__image {
    box-sizing: border-box;
    flex: 0 0 calc( 50% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
    margin-bottom: 2rem;
    flex: 0 0 auto;
    width: calc(50% - 2rem);
  }
}
.content .steps__image img {
  display: block;
  margin: auto;
}