.about-image h1 {
    padding-top: 8px;
    color: #005991;
}

#cd-timeline {
	padding: 0;
	opacity: 1;
	min-height: 1600px;
	display: block;
}

#cd-timeline:before {
	background: rgb(116, 197, 236);
	background: -moz-linear-gradient(top, rgba(116, 197, 236, 1) 0%, rgba(255, 255, 255, 1) 100%);
	background: -webkit-linear-gradient(top, rgba(116, 197, 236, 1) 0%, rgba(255, 255, 255, 1) 100%);
	background: linear-gradient(to bottom, rgba(116, 197, 236, 1) 0%, rgba(255, 255, 255, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#74c5ec', endColorstr='#ffffff', GradientType=0);
	width: 60px;
	margin-left: -30px;
	z-index: 2;
}

.cd-timeline-img {
	background-color: #38b5e6;
	width: 60px;
	height: auto;
	border-radius: 0;
	border: none;
	color: #fff;
	font-weight: 600;
	box-shadow: none;
	padding: 7px 5px 3px 5px;
	text-align: center;
	top: 0;
	line-height: 1;
	z-index: 3;
}

.cd-timeline-content {
	background: transparent;
	border: none;
	border-top: 4px solid #38b5e6;
	border-radius: 0;
	box-shadow: none;
	float: none;
	width: 100%;
	min-height: 120px;
	padding: 20px 70px 0 0;
}

.cd-timeline-content:before {
	top: 0;
	left: 0;
	border-color: #38b5e6 transparent transparent transparent;
	border-width: 10px;
}

.cd-timeline-block:nth-child(even) .cd-timeline-content:before {
	top: 0;
	right: 0;
	border-color: #38b5e6 transparent transparent transparent;
}

.cd-timeline-block:nth-child(even) .cd-timeline-content {
	padding: 15px 0 0 70px;
}

.cd-timeline-title-container {
	color: #016099;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 5px;
}

.cd-timeline-description {
	display: block;
	margin-bottom: 15px;
}

.cd-timeline-block {
	position: relative;
}

.cd-timeline-content-wrapper {
	overflow: hidden;
	width: 50%;
	float: left;
}

.cd-timeline-block:nth-child(even) .cd-timeline-content-wrapper {
	float: right;
}

@media only screen and (max-width: 821px) {
	#cd-timeline:before {
		left: 0;
		margin: 0;
	}

	.cd-timeline-content-wrapper {
		width: 100%;
		padding-right: 0;
		padding-left: 60px;
		margin-left: 0;
	}

	.cd-timeline-content {
		margin: 0;
		padding-left: 10px !important;
	}

	.cd-timeline-content:before {
		right: 0;
		left: auto;
	}

	.cd-timeline-block {
		width: 100%;
	}

	.cd-timeline-img {
		left: 0;
	}
}

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

	.about-image .text-box-wrap .h3 {
	    max-width: 395px;
	}

}

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

	.about-image .text-box-wrap .h3, 
	.about-image .text-box {
	    max-width: none;
	    padding-right: 40px;
	}

}