.step {
  display: flex;
  align-items: center;
  padding-top: 18px;
  padding-bottom: 18px;
}
@media screen and (max-width: 768px) {
  .step {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  .step__info {
    padding-top: 15px;
  }
}
.step__number {
  width: 38px;
  height: 38px;
  font-weight: bold;
  margin-right: 20px;
  display: inline-block;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #19baed;
  border-radius: 2px;
  font-size: 20px;
}
.step__number > span {
  display: block;
  width: 38px;
  text-align: center;
  line-height: 38px;
}
.step > .button {
  margin-right: 20px;
}

/*# sourceMappingURL=register.css.map */
