section.our-history {
    padding: 80px 0px;
}
.our-history .our-history-title h2{
    color: #222430;
    font-weight: 800;
    font-size: 36px;
    text-transform: uppercase;
}
.our-history .our-history-title h2 span{
    color: #222430;
    font-weight: 300;
}
.title-sep{
    width: 60px;
    height: 5px;
    border-radius: 3px;
    background-color: #FF3670;
    margin: 0 auto;
}

.history-box-right {
  height: 120px;
  position: relative;
  background: #6164ED;
  color: #fff;
  padding-right: 60px;
  padding-top: 10px;
  margin-bottom: 10px;
}

.history-box-right:before {
  content: "";
  position: absolute;
  right: 0px;
  bottom: 0;
  width: 0;
  height: 0;
  border-right: 40px solid white;
  border-top: 60px solid transparent;
  border-bottom: 60px solid transparent;
}
.history-box-left {
  height: 120px;
  position: relative;
  background: #6164ED;
  color: #fff;
  padding-left: 60px;
  padding-top: 10px;
  margin-bottom: 10px;
  text-align: right;
}

.history-box-left:before {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 40px solid white;
  border-top: 60px solid transparent;
  border-bottom: 60px solid transparent;
}


.history-box-right:after {
    content: "";
    position: absolute;
    border-left: 2px solid #adadad;
    width: 2px;
    height: 128%;
    top: -22px;
    left: 0;
}

.history-box-left:after {
    content: "";
    position: absolute;
    border-left: 2px solid #adadad;
    width: 0px;
    height: 123%;
    top: 0;
    right: -2px;
}
.timeline h3{
font-size: 20px;
    font-weight: 600;
}
.timeline h3 span{
  color: #C6FF4E;
  margin: 0 10px;
}
.timeline p{
    font-size: 15px;
    margin-bottom: 5px;
}

@media (max-width: 767.98px) { 

.history-box-right:after {
    left: 50% !important;
    z-index: -1;
}

.history-box-left:after {
    right: 0 !important;
    left: 50% !important;
    z-index: -1;
}

}