.is-style-RJE-information-2 .smb-information__item:not(:first-child) {
  margin-top: 0;
}

.is-style-RJE-information-2 .smb-information__item + .smb-information__item {
  margin-top: 18px;
}

.is-style-RJE-information-2 .smb-information__item__label {
  font-size: 16px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.is-style-RJE-information-2 .smb-information__item__label::after {
  content: "";
  width: 64px;
  height: 1px;
  margin-left: 8px;
  background-color: #CFCFCF;
}

@media screen and (min-width: 40em) {
  .is-style-RJE-information-2 .c-row__col--md-1-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 120px;
            flex: 0 1 120px;
    max-width: 120px;
  }
  .is-style-RJE-information-2 .c-row__col--md-3-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(100% - 120px);
            flex: 0 1 calc(100% - 120px);
    max-width: calc(100% - 120px);
  }
  .is-style-RJE-information-2 .smb-information__item + .smb-information__item {
    margin-top: 0;
  }
  .is-style-RJE-information-2 .smb-information__item__label {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}
/*# sourceMappingURL=style.css.map */