#about{
	margin-bottom:20px;
}
	#about .paragraph{
		padding-bottom:15px;
		border-bottom: 1px dotted #e6e6e6;
		margin-bottom:15px;
	}
	#about h1{
		color: #7da817;
	}
	#about ul li{
		line-height:25px;
		color: #7d7d7d;
	}
	#about .cert-item{
		width:calc(25% - 20px);
	}
	@media (max-width: 767px) {
		#about .cert-item{width:100%;}
	}

