
.cert {
	margin-top: 70px;
}

.cert h1 {
	border-bottom: 1px solid #eee;
}

.cert ul {
}

.cert ul li {
	width: 42%;
	display: inline-block;
	float: right;
	margin: 1% 3%;
}

.cert ul li img {
	width: 100%;
	padding: 3%;
	background: #eee url(../img/logo/Logo_white_inside.png) no-repeat center center;
	box-shadow: 0 0 2px rgba(0,0,0,.5);
	border-radius: 3px;
	max-height: 500px
}

@media only screen and (max-width: 600px) {
	.cert ul li {
		width: 80%;
		margin-bottom: 1%;
		margin-right: 5%;
	}
}