.timeline-container {
  padding-left: 2.5rem;
  margin: 30px 0;
  margin-left: 15px;
  position: relative;
  counter-reset: step;
}

.timeline-container.timeline-style-numbered>.wp-block-group,
.timeline-container.timeline-style-dots>.wp-block-group {
  position: relative;
  overflow: visible;
}

.timeline-container.timeline-style-numbered>.wp-block-group:not(:last-of-type) {
  padding-bottom: 50px;
}

.timeline-container.timeline-style-dots>.wp-block-group:not(:last-of-type) {
  padding-bottom: 20px;
}

@media (min-width: 1024px) {
  .timeline-container {
    margin: 80px 0 0;
    padding-left: 95px;
    margin-left: 40px;
  }

  .timeline-container.timeline-style-dots {
    margin: 40px 0;
    padding-left: 42px;
    margin-left: 0;
  }

  .timeline-container.timeline-style-numbered>.wp-block-group:not(:last-of-type) {
    padding-bottom: 70px;
  }

  .timeline-container.timeline-style-dots>.wp-block-group:not(:last-of-type) {
    padding-bottom: 30px;
  }
}

.timeline-container.timeline-style-numbered>.wp-block-group:not(:last-of-type)::after,
.timeline-container.timeline-style-dots>.wp-block-group:not(:last-of-type)::after {
  content: '';
  background: #829DB2;
  width: 1px;
  height: 100%;
  display: block;
  position: absolute;
  left: -35px;
  top: 0;
}

.timeline-container.timeline-style-dots>.wp-block-group:not(:last-of-type)::after {
  left: -47px;
  top: 6px;
}

@media (min-width: 1024px) {
  .timeline-container.timeline-style-numbered>.wp-block-group:not(:last-of-type)::after {
    left: -95px;
  }

  .timeline-container.timeline-style-dots>.wp-block-group:not(:last-of-type)::after {
    left: -35px;
  }
}

.timeline-container>.wp-block-group h3:first-child {
  margin-top: 0;
}

.timeline-container.timeline-style-numbered>.wp-block-group::before {
  content: counter(step);
  counter-increment: step;
  position: absolute;
  left: -55px;
  top: -2px;
  font-variation-settings: 'wght' 400;
  background: #3D5197;
  color: white;
  border-radius: 50%;
  width: 39px;
  height: 39px;
  font-size: 20px;
  text-align: center;
  line-height: 38px;
  z-index: 1;
}

@media (min-width: 1024px) {
  .timeline-container.timeline-style-numbered>.wp-block-group::before {
    width: 79px;
    height: 79px;
    font-size: 40px;
    left: -135px;
    top: -20px;
    line-height: 75px;
  }
}

.timeline-container.timeline-style-dots>.wp-block-group::before {
  content: "";
  position: absolute;
  left: -54px;
  top: 6px;
  background: #829DB2;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  z-index: 1;
}

@media (min-width: 1024px) {
  .timeline-container.timeline-style-dots>.wp-block-group::before {
    left: -42px;
    top: 6px;
  }
}