.l-steps {
  color: #ffffff;
}
.l-steps .c-section-title__title,
.l-steps .c-section-title__text {
  color: #ffffff;
}
.l-steps .c-section-title__title::before, .l-steps .c-section-title__title::after {
  background: #ffffff;
}
.l-steps__title-container {
  margin: 0 0 100px;
}
@media (max-width: 991.98px) {
  .l-steps__title-container {
    margin: 0 0 50px;
  }
}
.l-steps__list {
  display: flex;
  position: relative;
}
@media (max-width: 991.98px) {
  .l-steps__list {
    flex-direction: column;
    margin: 0 0 0 20px;
  }
}
.l-steps__list::before {
  content: " ";
  width: calc(100% - 32px);
  height: 4px;
  border-bottom: 2px dashed #ffffff;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 991.98px) {
  .l-steps__list::before {
    border: none;
    border-left: 1px dashed #ffffff;
    width: 4px;
    height: calc(100% - 50px);
    bottom: auto;
    top: 0;
  }
}
.l-steps__step-text {
  color: #529ebc;
  text-transform: uppercase;
  font-size: 0.875em;
  font-weight: bold;
  margin: 0;
}
@media (max-width: 1199.98px) {
  .l-steps__step-text {
    font-size: 0.8125em;
  }
}
.l-steps__number {
  font-size: 6.25em;
  font-weight: 300;
  text-shadow: 0 0 24px rgba(0, 0, 0, 0.5);
  margin: 10px 0 5px;
  line-height: 1;
}
@media (max-width: 1199.98px) {
  .l-steps__number {
    font-size: 3.75em;
  }
}
.l-steps__text {
  font-size: 1.25em;
  font-weight: 500;
  line-height: 1.3;
  margin: 0;
}
@media (max-width: 1199.98px) {
  .l-steps__text {
    font-size: 1em;
  }
}
.l-steps__step {
  border-left: 2px solid #ffffff;
  padding: 0 20px 50px;
  flex: 1;
  position: relative;
}
@media (max-width: 991.98px) {
  .l-steps__step {
    border: none;
    border-top: 1px solid #ffffff;
    padding: 20px 50px 30px;
  }
}
.l-steps__step::before {
  content: " ";
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #529ebc;
  border: 5px solid #ffffff;
  position: absolute;
  bottom: -16px;
  left: -16px;
  z-index: 1;
}
@media (max-width: 991.98px) {
  .l-steps__step::before {
    bottom: auto;
    top: -12px;
    left: -12px;
    width: 24px;
    height: 24px;
    border-width: 4px;
  }
}
.l-steps__last {
  position: relative;
}
@media (max-width: 991.98px) {
  .l-steps__last {
    display: flex;
    justify-content: flex-end;
  }
}
.l-steps__last img {
  width: 80px;
}
@media (max-width: 991.98px) {
  .l-steps__last img {
    width: 100px;
  }
}
.l-steps__last::after {
  content: " ";
  width: 2px;
  height: calc(100% - 79px);
  background: #ffffff;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 991.98px) {
  .l-steps__last::after {
    width: calc(100% - 100px);
    height: 1px;
    left: 0;
    bottom: 50%;
    transform: translateY(-50%);
    transform: none;
  }
}
.l-steps__last::before {
  content: " ";
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background: url("/wp-content/themes/banus/img/star.svg") no-repeat center center #ffffff;
  position: absolute;
  bottom: -32px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
@media (max-width: 991.98px) {
  .l-steps__last::before {
    left: 0;
    width: 40px;
    height: 40px;
    background-size: 18px;
    bottom: calc(50% - 20px);
  }
}