ol.ca-timeline {
  padding: 25px 0px;
  list-style: none;
  position: relative;
}

ol.ca-timeline li {
  float: left;
  width: 20%;
  position: relative;
  padding-top: 30px;
  border-top: 2px solid #ffbb99;
}

ol.ca-timeline li span {
  width: 40px;
  height: 40px;
  border: 3px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 0px #fff;
  text-align: center;
  background: var(--secondary-color);
  color: #fff;
  font-size: 1.5em;
  font-style: normal;
  position: absolute;
  top: -22px;
  left: -3px;
  z-index: 2;
}

ol.ca-timeline li .ca-bot {
  z-index: 1;
  margin-right: 15px;
  color: #fff;
}

ol.ca-timeline li:last-child {
  border: none !important;
}

@media screen and (max-width: 991px) {
  ol.ca-timeline {
    padding: 30px !important;
    padding-top: 27px !important;
  }

  ol.ca-timeline li {
    height: 85px;
    width: 100%;
    text-align: left;
    border-left: 2px solid #ffbb99;
    border-top: 0px !important;
    /* Border connected to li */
  }

  ol.ca-timeline li span {
    left: -22px !important;
  }
  ol.ca-timeline li:nth-child(5){
    height:auto;
  }

  ol.ca-timeline li .ca-bot {
    width: 100% !important;
    padding-left: 40px !important;
    margin-top: -45px !important;
    right: 0;
    
  }
}

@media screen and (max-width: 575px) {
  ol.ca-timeline li .ca-bot {font-size: 0.9rem !important;}
  ol.ca-timeline li span {
    width: 40px !important;
    height: 40px !important;
    font-size: 1.5rem !important;
  }

  ol.ca-timeline li span {
    left: -22px !important;
  }
}
