.timeline {
  position: relative;
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 15px 0;
}

.timeline::after {
  content: '';
  position: absolute;
  width: 2px;
  background: #E80040;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -1px;
  max-height: 610px;
}

.container-tl {
  padding: 1px 30px;
  position: relative;
  background: inherit;
  width: 50%;
  float: none;
}

.container-tl.left {
  left: 0;
}

.container-tl.right {
  left: 50%;
}

.container-tl::after {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  top: calc(50% - 8px);
  right: -9px;
  background: #ffffff;
  border: 2px solid #E80040;
  border-radius: 16px;
  z-index: 1;
}

.container-tl.right::after {
  left: -9px;
}

.container-tl::before {
  content: '';
  position: absolute;
  width: 50px;
  height: 2px;
  top: calc(50% - 1px);
  right: 9px;
  background: #E80040;
  z-index: 1;
}

.container-tl.right::before {
  left: 9px;
}

.container-tl .date {
  position: absolute;
  display: inline-block;
  top: calc(50% - 8px);
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #E80040;
  text-transform: uppercase;
  letter-spacing: 1px;
  z-index: 1;
}

.container-tl.left .date {
  right: -115px;
}

.container-tl.right .date {
  left: -120px;
}

.container-tl .icon {
  position: absolute;
  display: inline-block;
  width: 20px;
  height: 20px;
  padding: 4px;
  top: calc(52% - 20px);
  background: #29166f;
  border: 2px solid #E80040;
  border-radius: 40px;
  text-align: center;
  font-size: 17px;
  color: #E80040;
  z-index: 1;
}

.container-tl.left .icon {
  right: 36px;
}

.container-tl.right .icon {
  left: 36px;
}

.container-tl .content {
  padding: 30px 40px 30px 30px;
  background: #29166f;
  position: relative;
  border-radius: 0 50px;
  float: none;
}

.container-tl.right .content {
  padding: 30px 30px 30px 40px;
  border-radius: 50px 0;
}

.container-tl .content h2 {
  margin: 0 0 5px 0;
  font-size: 16px;
  font-weight: normal;
  color: #E80040;
}

.container-tl .content p {
  margin: 0;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  float: none;
}

@media (max-width: 767.98px) {
  .timeline::after {
    left: 90px;
	max-height: 1030px;
  }

  .container-tl {
    width: 100%;
    padding-left: 120px;
    padding-right: 30px;
  }

  .container-tl.right {
    left: 0%;
  }

  .container-tl.left::after, 
  .container-tl.right::after {
    left: 82px;
  }

  .container-tl.left::before,
  .container-tl.right::before {
    left: 85px;
    border-color: transparent #006E51 transparent transparent;
  }

  .container-tl.left .date,
  .container-tl.right .date {
    right: auto;
    left: 0px;
	overflow-wrap: anywhere;
    width: 92px;
  }

  .container-tl.left .icon,
  .container-tl.right .icon {
    right: auto;
    left: 115px;
  }
  .container-tl .content{
	  padding: 30px 10px 30px 30px !important;
	  }

  /*.container-tl.left .content,
  .container-tl.right .content {
    padding: 30px 30px 30px 90px;
    border-radius: 500px 0 0 500px;
  }*/
}