.title {
  position: relative;
  width: 100%;
  margin-top: 30px;
  text-align: center;
}

.timeline-date {
  position: relative;
}

.timeline {
  position: relative;
  width: 100%;
}
.timeline .timeline-container {
  position: relative;
  width: 100%;
}
.timeline .timeline-end {
  position: relative;
  z-index: 1;
  width: 100%;
  text-align: center;
}
.timeline .timeline-end p {
  display: inline-block;
  width: 80px;
  height: 80px;
  padding: 30px 0;
  margin: 0;
  font-size: 14px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background: var(--bs-link-color);
  border-radius: 100px;
}
.timeline .timeline-start {
  position: relative;
  z-index: 1;
  width: 100%;
  text-align: center;
}
.timeline .timeline-start p {
  display: inline-block;
  width: 80px;
  height: 80px;
  padding: 30px 0;
  margin: 0;
  font-size: 14px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background: var(--bs-link-color);
  border-radius: 100px;
}
.timeline .timeline-year {
  position: relative;
  z-index: 1;
  width: 100%;
  text-align: center;
}
.timeline .timeline-year p {
  display: inline-block;
  width: 80px;
  height: 80px;
  padding: 30px 0;
  margin: 0;
  font-size: 14px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background: var(--bs-link-color);
  border-radius: 100px;
}
.timeline .timeline-continue {
  position: relative;
  width: 100%;
}
.timeline .timeline-continue::after {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  margin-left: -1px;
  content: "";
  background: #4F84C4;
}
.timeline .row.timeline-left {
  text-align: right;
}
.timeline .row.timeline-left .timeline-date {
  text-align: left;
}
.timeline .row.timeline-left .timeline-date::after {
  left: -8px;
}
.timeline .row.timeline-left .timeline-box::after {
  left: 100%;
}
.timeline .row.timeline-left .timeline-box::before {
  left: 100%;
}
.timeline .row.timeline-right {
  text-align: left;
}
.timeline .row.timeline-right .timeline-date {
  text-align: right;
}
.timeline .row.timeline-right .timeline-date::after {
  right: -30px;
}
.timeline .row.timeline-right .timeline-box::after {
  right: 100%;
  border-color: transparent #fff transparent transparent;
}
.timeline .row.timeline-right .timeline-box::before {
  right: 100%;
  border-color: transparent #ddd transparent transparent;
}
.timeline .timeline-date {
  margin: 41px 0 0;
  font-size: 14px;
  font-weight: 600;
}
.timeline .timeline-date::after {
  position: absolute;
  top: 4px;
  z-index: 1;
  display: block;
  width: 14px;
  height: 14px;
  content: "";
  background: var(--bs-link-color);
  border-radius: 15px;
}
.timeline .timeline-box {
  position: relative;
  display: inline-block;
  margin: 15px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 6px;
}
.timeline .timeline-box a {
  font-size: 14px;
}
.timeline .timeline-box::after {
  position: absolute;
  top: 26px;
  display: block;
  width: 0;
  height: 0;
  content: "";
  border-color: transparent transparent transparent #fff;
  border-style: solid;
  border-width: 10px;
}
.timeline .timeline-box::before {
  position: absolute;
  top: 25px;
  display: block;
  width: 0;
  height: 0;
  content: "";
  border-color: transparent transparent transparent #ddd;
  border-style: solid;
  border-width: 11px;
}
.timeline .timeline-box .timeline-icon {
  position: relative;
  float: left;
  width: 40px;
  height: auto;
}
.timeline .timeline-box .timeline-text {
  position: relative;
  float: left;
  width: 100%;
}
.timeline .timeline-box .timeline-text img {
  width: 100%;
}
.timeline .timeline-launch {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 20px;
  padding: 0;
  margin: 15px;
  margin: 15px 0;
  text-align: center;
  background: #fff;
  background: transparent;
  border: 1px solid #ddd;
  border: none;
  border-radius: 6px;
}
.timeline .timeline-launch .timeline-box::after {
  top: -20px;
  left: 50%;
  margin-left: -10px;
  border-color: transparent transparent #ddd transparent;
}
.timeline .timeline-launch .timeline-box::before {
  top: -19px;
  left: 50%;
  z-index: 1;
  margin-left: -10px;
  border-color: transparent transparent #fff transparent;
  border-width: 10px;
}
.timeline .timeline-launch .timeline-text {
  width: 100%;
}
.timeline .timeline-icon i {
  font-size: 25px;
  color: #4F84C4;
}
.timeline .timeline-text h3 {
  margin-bottom: 3px;
  font-size: 16px;
  font-weight: 600;
}
.timeline .timeline-text p {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
}

@media (max-width: 768px) {
  .timeline .timeline-continue::after {
    left: 40px;
  }
  .timeline .timeline-end {
    text-align: left;
  }
  .timeline .timeline-start {
    text-align: left;
  }
  .timeline .timeline-year {
    text-align: left;
  }
  .timeline .row.timeline-left {
    text-align: left;
  }
  .timeline .row.timeline-left .timeline-date {
    margin-left: 55px;
    text-align: left;
  }
  .timeline .row.timeline-left .timeline-date::after {
    left: -22px;
  }
  .timeline .row.timeline-left .timeline-box::after {
    left: -20px;
    border-color: transparent #fff transparent transparent;
  }
  .timeline .row.timeline-left .timeline-box::before {
    left: -22px;
    border-color: transparent #ddd transparent transparent;
  }
  .timeline .row.timeline-right {
    text-align: left;
  }
  .timeline .row.timeline-right .timeline-date {
    margin-left: 55px;
    text-align: left;
  }
  .timeline .row.timeline-right .timeline-date::after {
    left: -22px;
  }
  .timeline .timeline-launch {
    text-align: left;
  }
  .timeline .timeline-launch .timeline-box {
    margin-left: 0;
  }
  .timeline .timeline-launch .timeline-box::after {
    left: 30px;
    margin-left: 0;
  }
  .timeline .timeline-launch .timeline-box::before {
    left: 30px;
    margin-left: 0;
  }
  .timeline .timeline-box {
    margin-left: 55px;
  }
}
