.certificates {
	text-align: center;
}

.certificate {
	display: inline-block;
	border: 1px solid #ebebeb;
	width: 263px;
	height: 332px;
	box-sizing: border-box;
	padding: 16px 0 0;
	position: relative;
}

.certificate:not(:last-child) {
	margin: 0 40px 0 0;
}

.certificate img {
	border: 1px solid #e5e5e5;
	margin: 0 auto 32px;
	max-width:227px !important;
}

.certificate .title {
	display: block;
	font-size: 25px;
	text-transform: uppercase;
	text-decoration: none;
	color: #c8b684;
	text-align: center;
	margin: 0 0 16px;
}

.certificate .price {
	font-size: 25px;
	text-transform: uppercase;
	color: #000;
	text-align: center;
}

.certificate .buy {
	position: absolute;
	bottom: 0;
	text-align: center;
	width: 100%;
}

.certificate .buy a{
	text-transform: uppercase;
	text-decoration: none;
    display: inline-block;
    text-align: center;
    background: #e54635;
    color: #fff;
    padding: 2px 10px 1px 10px;
}
.certifpage {
	text-align:center;
}
.certifpage h2 {
padding-top:0;
margin-top:0;
}
.certifpage .buy {
	text-align: center;
	width: 100%;
	padding:30px 0 0 0;
}

.certifpage .buy a{
	text-transform: uppercase;
	text-decoration: none;
    display: inline-block;
    text-align: center;
    background: #e54635;
    color: #fff;
    padding: 2px 10px 1px 10px;
}

