

.timeline-wrapper {
  position: relative;
}

.timeline-wrapper .time-items-container {
  max-width: 748px;
  margin: 0 auto;
}

.timeline-wrapper .time-items {
  position: relative;
  display: flex;
}

.timeline-wrapper .time-items:nth-child(even) {
  margin-left: auto;
  padding-left: 24px;
}

.timeline-wrapper .time-items:nth-child(odd) {
  padding-right: 30px;
}
.timeline-wrapper .time-items:nth-child(odd) .border-container.left {
  display: none;
}

.timeline-wrapper .time-items:nth-child(even) .border-container.right {
  display: none;
}

.timeline-wrapper .time-items .border-container {
  height: 100%;
  width: 6px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}

.timeline-wrapper .time-items .border-container .border {
  box-shadow: inset 1px 1px 1px 1px rgba(0, 0, 0, 0.25), 1px 1px 0 0 rgba(255, 255, 255, 0.1);
  min-width: 2px;
  width: 2px;
  border-radius: 0;
  background-color: rgba(0, 0, 0, 1);
  height: 100%;
}

.timeline-wrapper .time-items .border-container.right {
  left: auto;
  right: 0;
}
.timeline-wrapper .time-dot {
  width: 16px;
  height: 4px;
  margin: 4px 0px 0 0;
  border-radius; 99px;
  stroke-width: 0;
  fill-opacity: 1;
  stroke: #5E97FF;
  stroke-opacity: 1;
  position: absolute;
  right: -33px;
  z-index: 8;
}

.timeline-wrapper .time-items .time-content-wrapper .time-content-inner {
  position: relative;
}

.timeline-wrapper h4 {
  font: normal normal normal 26px/1.4em poppins-semibold,poppins,sans-serif;
  letter-spacing: normal;
  margin: 0;
  line-height: 1em;
  text-align: right;
}

.timeline-wrapper h5 {
  font: normal normal normal 16px/1.4em poppins-semibold,poppins,sans-serif;
  color: #000000;
  letter-spacing: normal;
  text-align: right;
  line-height: 1em;
  margin-bottom: 7px;
}

.timeline-wrapper p {
  font: normal normal bold 14px/1.4em roboto-thin,roboto,sans-serif;
  color: #000000;
  margin: 0;
  line-height: normal;
  letter-spacing: normal;
  text-align: justify;
}

.timeline-wrapper .time-items:first-child .border-container .border {
  border-top-right-radius: 7px;
  border-top-left-radius: 7px;
}

.timeline-wrapper .time-items:last-child .border-container .border {
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
}

.timeline-wrapper .time-items:nth-child(even) h4, .timeline-wrapper .time-items:nth-child(even) h5 {
  text-align: left;
}

.timeline-wrapper .time-items:nth-child(even) .time-dot {
  right: auto;
  left: -34px;
}
@media (max-width:900px) and (min-width:768px){
  .timeline-wrapper .time-items .border-container.right {
    display: none;
  }

  .timeline-wrapper .time-items:nth-child(odd) .border-container.left {
    display: block;
  }

  .timeline-wrapper .time-items {
    padding-left: 29px !important;
    padding-right: 0 !important;
    max-width: 100% !important;
  }

  .timeline-wrapper h4 {
    text-align: left;
  }

  .timeline-wrapper h5 {
    text-align: left;
  }

  .timeline-wrapper .time-dot {
    right: 0;
    left: -35px;
  }

  .timeline-wrapper .time-items .time-content-wrapper {
    margin-bottom: 30px !important;
  }

}
@media (max-width:767px){
  .timeline-wrapper .time-items .border-container.right {
    display: none;
  }

  .timeline-wrapper .time-items:nth-child(odd) .border-container.left {
    display: block;
  }

  .timeline-wrapper .time-items {
    padding-left: 23px !important;
    padding-right: 0 !important;
    max-width: 100% !important;
  }

  .timeline-wrapper h4 {
    text-align: left;
    font-size: 31px;
    padding-top: 4px;
    margin-bottom: 6px;
  }

  .timeline-wrapper h5 {
    text-align: left;
    margin-bottom: 6px;
    font-size: 18px;
  }

  .timeline-wrapper .time-dot {
    right: 0;
    left: -29px;
  }

  .timeline-wrapper .time-items .time-content-wrapper {
    margin-bottom: 30px !important;
    margin-top: 0 !important;
  }

  .timeline-wrapper {
    padding: 0 5px;
  }

  .timeline-wrapper p {
    font-size: 13px;
    text-align: left;
  }

  .timeline-wrapper .time-items:first-child .time-content-wrapper {
    margin-top: 13px !important;
  }

  .timeline-wrapper .time-items:nth-child(even) .time-dot {
    left: -29px;
  }

  .timeline-wrapper .time-dot svg {
    border-radius: 5px;
  }

  .timeline-wrapper .time-items:not(:first-child) h4 {
    font-size: 27px;
  }
  
}