.c-acf-step, .editor-styles-wrapper .c-acf-step {
  display: flex;
  margin: 0 0 45px;
  padding: 0 50px;
}
@media only screen and (max-width: 1080px) {
  .c-acf-step, .editor-styles-wrapper .c-acf-step {
    display: block;
    padding: 0 15px;
  }
}
.c-acf-step:last-child {
  margin: 0;
}
.c-acf-step__no {
  font-weight: bold;
  width: 6em;
  color: #5f88fc;
}
@media only screen and (max-width: 1080px) {
  .c-acf-step__no {
    margin: 0 0 10px;
  }
}
.c-acf-step__box {
  display: flex;
  align-items: center;
}
.c-acf-step__image {
  width: 90px;
}
@media only screen and (max-width: 1080px) {
  .c-acf-step__image {
    width: 45px;
  }
}
.c-acf-step__content {
  padding: 0 0 0 20px;
}
@media only screen and (max-width: 1080px) {
  .c-acf-step__content {
    flex: 1;
  }
}
.c-acf-step__title {
  font-weight: bold;
}
.c-acf-step__body {
  padding: 15px 0 0;
}