

.time-section .timeline {
  position: relative;
  max-width: 1200px;
  margin: 45px auto;
}

.time-section .timeline::after {
  content: '';
  position: absolute;
  width: 6px;
  background-color: #024544;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
}

.time-section .timeline-container {
  padding: 10px 40px;
  position: relative;
  background-color: inherit;
  width: 50%;
}

.time-section .timeline-container::after {
  content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  right: -17px;
  background-color: white;
  border: 4px solid #78D4A5;
  top: 15px;
  border-radius: 50%;
  z-index: 1;
}

.time-section .timeline-container.active-bg-circle::after {
  background-color: #78D4A5;
  border: 4px solid #024544;
}

.time-section .left {
  left: 0;
}

.time-section .left .content {
    direction: rtl;
}

.time-section .right {
  left: 50%;
}

.time-section .left::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  right: 30px;
  border: medium solid #e3f1ec;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #e3f1ec;
}

.time-section .right::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  left: 30px;
  border: medium solid #e3f1ec;
  border-width: 10px 10px 10px 0;
  border-color: transparent #e3f1ec transparent transparent;
}

.time-section .right::after {
  left: -16px;
}

.time-section .content {
  padding: 20px 30px;
  background-color: #e3f1ec;
  position: relative;
  border-radius: 6px;
  cursor: pointer;
}

.timeline-wyswywig {
    margin-top: 40px;
    margin-bottom: 40px;
}

.time-section .content h2{
    padding-bottom: 0;
}

.time-section .content h4{
    padding-top: 0;
}

.wrapper__timeline-content {
    opacity: 0;
    visibility: hidden;
    height: 0;    
    transition: .3s;
}

.wrapper__timeline-content.show-timeline {
    opacity: 1;
    visibility: visible;
    height: 100%;
    transition: .3s;
}

.timeline-container.left .wrapper__timeline-content{
    direction: ltr;
    text-align: right;
}

.timeline-wysywig-section {
    position: relative;
    max-width: 1350px;
    margin: 45px auto;
}

.timeline-headline h4 i {
  margin-left: 10px;
  font-size: 15px;
}

@media screen and (max-width: 600px) {

  .timeline-container.left .wrapper__timeline-content{
    direction: ltr;
    text-align: left;
 }

  .time-section .timeline::after {
    left: 31px;
  }
  
  .time-section .left .content {
    direction: ltr;
   }

  .time-section .timeline-container {
    width: 100%;
    padding-left: 70px;
    padding-right: 25px;
  }
  
  .time-section .timeline-container::before {
    left: 60px;
    border: medium solid #e3f1ec;
    border-width: 10px 10px 10px 0;
    border-color: transparent #e3f1ec transparent transparent;
  }

  .time-section .left::after,.time-section .right::after {
    left: 15px;
  }
  
  .time-section .right {
    left: 0%;
  }
}