.instruction-order-stepper-mobile {
  padding-top: 40px;
  padding-bottom: 40px; }
  @media screen and (min-width: 1241px) {
    .instruction-order-stepper-mobile {
      display: none; } }
  .instruction-order-stepper-mobile h2 {
    color: #AA2534;
    font-weight: bold;
    margin-bottom: 25px;
    text-align: center; }
  .instruction-order-stepper-mobile_item {
    position: relative;
    padding-left: 40px;
    display: block;
    color: #212121;
    padding-top: 5px;
    text-decoration: none;
    font-weight: bold;
    counter-increment: step; }
    .instruction-order-stepper-mobile_item:before {
      content: counter(step);
      width: 30px;
      height: 30px;
      border-radius: 50%;
      background-color: #AA2534;
      position: absolute;
      left: 0;
      top: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      color: white; }
    .instruction-order-stepper-mobile_item:not(:last-child) {
      padding-bottom: 45px; }
      .instruction-order-stepper-mobile_item:not(:last-child):after {
        content: "";
        display: block;
        position: absolute;
        height: 20px;
        width: 1px;
        background-color: #AA2534;
        left: 15px;
        top: 40px; }

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