.how-it-works {
}

.steps {
  margin-top: 3em;
  max-width: 900px;
}

.step {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto 2em;
}

.step h3 {
  font-size: 1.7em;
  font-weight: 500;
  margin-bottom: 0.5em;
}

.step div {
  width: 60%;
  margin-right: 4em;
}

.step div:nth-child(even) {
  margin-right: 0;
  margin-left: 4em;
}

.step img {
  width: 30%;
}

@media only screen and (max-width: 400px) {
  .how-it-works {
    padding: 0 1em;
  }
}
