.sd-steps {
  display: flex;
  flex-direction: column;
}
.sd-steps .sd-steps-container {
  display: flex;
  gap: 20px;
  position: relative;
}
.sd-steps .sd-steps-container:not(:last-child)::before {
  content: "";
  border-left: 5px dashed #FFF;
  height: 100%;
  width: 5px;
  position: absolute;
  left: 23px;
  top: 10px;
}
.sd-steps .sd-steps-container .sd-steps-title {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  margin-top: 5px;
}
.sd-steps .sd-steps-container .sd-steps-title .sd-steps-section-title {
  background-color: #FFF;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  width: 50px;
  min-width: 50px;
  height: 50px;
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 24px;
}
.sd-steps .sd-steps-container .sd-steps-title::before {
  content: "";
  position: absolute;
  width: 70px;
  height: 70px;
  background-color: transparent;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 3px solid #FFF;
  top: -10px;
}
.sd-steps .sd-steps-title-container {
  display: flex;
  flex-direction: column;
}
.sd-steps .sd-steps-title-container .sd-steps-title {
  margin-right: 10px;
}
.sd-steps .sd-steps-content {
  padding: 0 30px 60px 30px;
}
.sd-steps.align-vertical {
  display: grid;
  grid-template-columns: 200px 1fr;
}
.sd-steps.align-vertical .sd-steps-title-container {
  flex-direction: column;
}

@media screen and (max-width: 1600px) {
  .sd-steps .sd-steps-container {
    gap: 17px;
  }
  .sd-steps .sd-steps-container .sd-steps-title {
    margin-top: 4px;
  }
  .sd-steps .sd-steps-container .sd-steps-title .sd-steps-section-title {
    width: 42px;
    min-width: 42px;
    height: 42px;
    min-height: 42px;
    font-size: 20px;
  }
  .sd-steps .sd-steps-container .sd-steps-title .sd-steps-title:before {
    width: 58px;
    height: 58px;
    top: -8px;
  }
  .sd-steps .sd-steps-title-container .sd-steps-title {
    margin-right: 8px;
  }
  .sd-steps .sd-steps-content {
    padding: 0 25px 50px 25px;
  }
  .sd-steps .sd-steps.align-vertical {
    grid-template-columns: 166px 1fr;
  }
  .sd-steps .sd-steps-container:not(:last-child)::before {
    height: 83%;
    width: 4px;
    left: 19px;
    top: 8px;
  }
}
@media screen and (max-width: 1400px) {
  .sd-steps .sd-steps-container {
    gap: 15px;
  }
  .sd-steps .sd-steps-container .sd-steps-title .sd-steps-section-title {
    width: 37px;
    min-width: 37px;
    height: 37px;
    min-height: 37px;
    font-size: 18px;
  }
  .sd-steps .sd-steps-container .sd-steps-title .sd-steps-title:before {
    width: 51px;
    height: 51px;
    top: -7px;
  }
  .sd-steps .sd-steps-title-container .sd-steps-title {
    margin-right: 7px;
  }
  .sd-steps .sd-steps-content {
    padding: 0 22px 44px 22px;
  }
  .sd-steps .sd-steps.align-vertical {
    grid-template-columns: 146px 1fr;
  }
  .sd-steps .sd-steps-container:not(:last-child)::before {
    height: 73%;
    left: 17px;
    top: 7px;
  }
}

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