/*Timeline section, BG*/

.timeline-container {
  position: relative;
  width: 100%;
	margin-top: 0;
}

.timeline-item {
  position: relative;
  padding-left: 40px;
  margin-bottom: 140px !important;
	margin-top: 0;
}

.timeline-line {
  position: absolute;
  left: 50px;
  top: 0;
  width: 2px;
  background: #A4DEDB;
	padding-top: 12px;
}

.timeline-line-inner {
  width: 100%;
  height: 0;
  background: black;
  transition: height 0.1s ease-out;
}

.timeline-dot {
	width: 22px;
}

.timeline-dot img {
	width: 22px;
	height: 22px;
	background-color: #E8F7F6;
	margin: 6px 0;
}

@media (max-width: 1024px) and (min-width: 768px) {
	.timeline-cols .wp-block-column {
		flex-basis: 50% !important;
	}
	
	.timeline-line {
		left: 10px;
	}
	
	.timeline-item {
    padding-left: 0;
		margin-bottom: 80px !important;
	}
	
	.timeline-item:last-child {
		margin-bottom: 0 !important;
	}
	
}

@media screen and (max-width: 768px) {
	.timeline-item {
		margin-bottom: 34px !important;
	}
	.timeline-item:last-child {
		margin-bottom: 0 !important;
	}
}