.is-style-RJE-step-1 .smb-step__body > .smb-step__item {
  padding: 0;
  margin-bottom: 48px;
  line-height: 1.8;
}

.is-style-RJE-step-1 .smb-step__item::before {
  content: none;
}

.is-style-RJE-step-1 .smb-step__item__title {
  font-size: 18px;
  margin: 0 0 24px;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.is-style-RJE-step-1 .smb-step__item__body {
  padding-left: 0;
}

.is-style-RJE-step-1 .smb-step__item__number {
  background: transparent;
  overflow: visible;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 110px;
  margin: 0 0 8px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 18px;
          flex: 0 0 18px;
}

.is-style-RJE-step-1 .smb-step__item__number::before {
  content: counter(item, decimal-leading-zero);
  font-size: 18px;
  color: var(--accent-color, #000);
  font-weight: 800;
  position: absolute;
  left: 0;
  top: auto;
  width: 30px;
  text-align: center;
}

.is-style-RJE-step-1 .smb-step__item__number::after {
  content: "";
  width: 48px;
  height: 1px;
  background-color: #CFCFCF;
  position: absolute;
  right: 20px;
  top: auto;
}

@media screen and (min-width: 48em) {
  .is-style-RJE-step-1 .smb-step__item__body {
    padding-left: 120px;
  }
  .is-style-RJE-step-1 .smb-step__item__title {
    font-size: 24px;
    position: relative;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .is-style-RJE-step-1 .smb-step__item__number {
    background: transparent;
    overflow: visible;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 120px;
    margin: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 120px;
            flex: 0 0 120px;
  }
  .is-style-RJE-step-1 .smb-step__item__number::before {
    font-size: 24px;
    width: 40px;
  }
}
/*# sourceMappingURL=style.css.map */