.roadmap-section {
  padding: 100px 20px;
}

.roadmap-section .inner-wrap {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.roadmap-section .inner-wrap>h2 {
  text-align: center;
  font-size: 42px;
  font-weight: 800;
  line-height: 52px;
  letter-spacing: 0em;
  color: #fff;
}

.roadmap-section .inner-wrap .top-content {
  text-align: center;
}

.roadmap-section .inner-wrap .top-content label {
  font-family: Roboto;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.06em;
  text-align: center;
  text-transform: uppercase;
  color: #002A68;
}

.roadmap-section .inner-wrap .top-content h2 {
  font-family: Spectral;
  font-weight: 300;
  font-size: 36px;
  line-height: 46px;
  letter-spacing: -0.02em;
  text-align: center;
  margin: 0;
  margin-top: 14px;
  color: #000;
}

.roadmap-section .inner-wrap .top-content .wysiwyg-content {
  font-family: Roboto;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: center;

}

.roadmap-section .inner-wrap .repeater-wrap {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.roadmap-section .inner-wrap .repeater-inner-wrap {
  display: flex;
  gap: 0px;
  justify-content: end;
  position: relative;
  width: 100%;
  /* padding: 30px 0; */
  /* padding-right: 20px; */
  max-width: 100%;
  margin-left: auto;
  justify-content: end;
}

.roadmap-section .inner-wrap .repeater-inner-wrap:nth-child(even) {
  justify-content: start;
}

.roadmap-section .inner-wrap .repeater-inner-wrap * {
  color: #58585A;
  margin: 0;
  padding: 0;
  font-family: Roboto;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

.roadmap-section .inner-wrap .repeater-inner-wrap .details-wrap ul {
  padding-left: 32px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.roadmap-section .inner-wrap .repeater-inner-wrap .details-wrap ul li::marker {
  color: #002A68;
  font-size: 20px;
}

.roadmap-section .inner-wrap .repeater-inner-wrap::before {
  content: unset;
  position: absolute;
  width: 4px;
  background: #fff;
  top: 0;
  bottom: 0;
  left: 238px;
}

.roadmap-section .inner-wrap .repeater-inner-wrap:first-child:before {
  top: 50%;
}

.roadmap-section .inner-wrap .repeater-inner-wrap:last-child:before {
  bottom: 50% !important;
}

.roadmap-section .inner-wrap .repeater-inner-wrap::after {
  content: unset;
  position: absolute;
  background: #fff;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  right: 0;
  top: calc(50% - 8px);
}

.roadmap-section .inner-wrap .repeater-inner-wrap:nth-child(even) {
  flex-direction: row-reverse;
  margin-left: unset;
  /* padding-left: 20px; */
  padding-right: 0;
}

.roadmap-section .inner-wrap .repeater-inner-wrap:nth-child(even)::before {
  content: unset;
  position: absolute;
  width: 4px;
  background: #fff;
  top: 0;
  bottom: 0;
  left: unset;
  right: 238px;
}

.roadmap-section .inner-wrap .repeater-inner-wrap:nth-child(even)::after {
  left: 0;
  right: unset;
}

.roadmap-section .inner-wrap .icon-wrap {
  width: 120px;
  height: 120px;
  min-width: 120px;
  color: #fff;
  border-radius: 100%;
  background: #002A68;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Spectral;
  font-weight: 600;
  font-size: 48px;
  line-height: 60px;
  letter-spacing: -0.02em;
  text-align: center;
  position: relative;
}

.roadmap-section .inner-wrap .icon-wrap:after {
  content: '';
  position: absolute;
  width: 4px;
  height: 230%;
  background: #bfc9d9;
  left: 50%;
  right: 50%;
  top: 0;
  z-index: -1;
}

.roadmap-section .inner-wrap .repeater-inner-wrap:last-child .icon-wrap:after {
  content: unset;
}

.roadmap-section .inner-wrap .icon-wrap img {
  position: relative;
  z-index: 2;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}


.roadmap-section .repeater-inner-wrap .details-wrap {
  width: 100%;
  max-width: 560px;
  position: relative;
  padding: 0 40px;
}

.roadmap-section .repeater-inner-wrap .details-wrap hr {
  display: none;
}

.roadmap-section .repeater-inner-wrap .details-wrap h4 {
  /* position: absolute;
  bottom: calc(50% + 10px); */
}

.roadmap-section .repeater-inner-wrap .details-wrap p {
  position: absolute;
  top: calc(50% + 10px);
}

.roadmap-section .inner-wrap .repeater-inner-wrap:nth-child(even) .details-wrap {
  /* text-align: right; */
}

.roadmap-section .inner-wrap .repeater-inner-wrap:nth-child(even) .details-wrap h4,
.roadmap-section .inner-wrap .repeater-inner-wrap:nth-child(even) .details-wrap p {
  right: 0;
}

.roadmap-section .repeater-inner-wrap .details-wrap h4 {
  color: #002A68;
  font-family: Spectral;
  font-weight: 300;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.02em;
  margin-bottom: 15px;
}

.roadmap-section .repeater-inner-wrap .details-wrap p {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0em;
}

.roadmap-section .button-wrapper .btn {
  margin: 0 auto;
  padding: 20px 40px;
  border-radius: 40px;
  font-size: 20px;
  font-weight: 800;
  line-height: 20px;
  letter-spacing: 0.04em;
  text-align: center;
  color: #08314F;
  text-transform: uppercase;
}


.roadmap-section .bottom-content * {
  font-family: 'Roboto';
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  margin: 0;
}

.roadmap-section .bottom-content strong {
  font-weight: 500;
}

@media screen and (max-width: 1160px) {
  .roadmap-section .inner-wrap .repeater-inner-wrap {
    margin: 0 auto !important;
  }

  .roadmap-section .inner-wrap .repeater-inner-wrap:nth-child(even) {
    flex-direction: unset;
    padding: 30px 20px 30px 0 !important;
  }

  .roadmap-section .inner-wrap .repeater-inner-wrap:nth-child(even) .details-wrap h4,
  .roadmap-section .inner-wrap .repeater-inner-wrap:nth-child(even) .details-wrap p {
    right: unset;
    text-align: left;
  }

  .roadmap-section .inner-wrap .repeater-inner-wrap::before {
    left: 66px;
  }

  .roadmap-section .inner-wrap .repeater-inner-wrap:nth-child(even)::before {
    right: unset;
    left: 66px;
  }

  .roadmap-section .inner-wrap .repeater-inner-wrap:nth-child(even)::after {
    left: unset;
    right: 0;
  }

  .roadmap-section .repeater-inner-wrap .details-wrap {
    max-width: 100%;
    padding: 0 0 0 24px;
  }
}

@media screen and (max-width: 767px) {
  .roadmap-section {
    padding: 40px 20px;
  }

  .roadmap-section .inner-wrap>h2 {
    font-size: 34px;
    font-weight: 800;
    line-height: 42px;
    letter-spacing: 0em;
  }

  .roadmap-section .inner-wrap>h2 br {
    display: none;
  }

  .roadmap-section .inner-wrap {
    gap: 12px;
  }

  .roadmap-section .inner-wrap .icon-wrap {
    height: 56px;
    width: 56px;
    min-width: 56px;
    position: unset;
    font-family: Spectral;
    font-weight: 600;
    font-size: 22.4px;
    line-height: 28px;
    text-align: center;
  }

  .roadmap-section .repeater-inner-wrap .details-wrap hr {
    display: none;
    margin: 10px 0;
    height: 3px;
    background: #fff;
    position: relative;

  }

  .roadmap-section .repeater-inner-wrap .details-wrap hr::after {
    content: "";
    position: absolute;
    background: #fff;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    right: -12px;
    top: -6px;
  }

  .roadmap-section .inner-wrap .repeater-inner-wrap::before {
    left: 48px;
    width: 3px;
  }

  .roadmap-section .inner-wrap .repeater-inner-wrap:first-child:before {
    top: 37%;
  }

  .roadmap-section .inner-wrap .repeater-inner-wrap:nth-child(even)::before {
    left: 48px;
    width: 3px;
  }

  .roadmap-section .repeater-inner-wrap .details-wrap h4 {
    font-size: 20px;
    line-height: 28px;
    position: unset;
  }

  .roadmap-section .repeater-inner-wrap .details-wrap p {
    position: unset;
    padding-left: 20px;
    font-size: 16px;
    line-height: 24px;
  }

  .roadmap-section .inner-wrap .repeater-inner-wrap::after {
    content: unset;
  }

  .roadmap-section .inner-wrap .repeater-inner-wrap {
    gap: 0;
    align-items: flex-start;
    height: unset !important;
    padding: 0 !important;
  }

  .roadmap-section .inner-wrap .repeater-inner-wrap:nth-child(even) {
    padding: 0 !important;
    position: relative;
  }

  .roadmap-section .inner-wrap .repeater-wrap {
    gap: 24px;
  }

  .roadmap-section .inner-wrap .icon-wrap:after {
    width: 4px;
    height: 119%;
    left: 27px;
    right: 50%;
  }

  .roadmap-section .inner-wrap .top-content h2 {
    font-size: 28px;
    line-height: 36px;
  }

  .roadmap-section .bottom-content * {
    text-align: left;
  }
}