
.certificate-box {
	padding-top: 32px;
	margin-bottom: 32px;
border-top: 1px solid #e8e8e8;
	}
.certificate-title p{
	font-size:16px;
	font-weight:bold;
	text-align:center;
	color:#202020;
	}
.certificate-list{overflow:hidden}
.certificate-list h2{
	font-size:14px;
	padding:0;
	margin:0 0 15px;
	line-height: 24px;
	}
.certificate-list h2 a:hover {
  text-decoration: underline;
}	
@media (max-width: 768px){
.col-sm-12 {
  width: 100%;
  float:left
}
.certificate-box{
	overflow: hidden;
	}
.certificate-list h2{
	text-align:center;
	}
}