.sertificateItem{
	border: 1px solid #a2bfc9;
	width: 280px;
	height: 400px;
	position: relative;
	
	margin: 20px 7px;
	display: inline-block;
}

.sertificateItem img {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	margin: auto 10px;
	width: 260px;
}

#twoButtons{
	position: relative;
	border: 1px solid #a2bfc9;
	width: 1178px;
	height: 248px;
	margin: 200px auto 100px auto;
}

.btns {
	color: black;
	display: block;
	position: absolute;
	width: 50%;
	height: 100%;
	text-align: center;
	float: left;
	transition-duration: 0.3s;
}

#twoButtons img{
	width: 100px;
	height: 100px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	padding-bottom: 30px;
	margin: auto;
}

#twoButtons span{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 23%;
	margin: auto;
	font-weight: 600;
	font-size: 22px;
}

#bcomePartnerButton{
	background: #d24a43;
	border-right: 1px solid #a2bfc9;
	color: white !important;
}#bcomePartnerButton:hover{
	background: #b22a23;
}

#ask4Call{
	left: 50%;
}#ask4Call:hover{
	background: #ddd;
}

#banksContainer{
	
}
.bankItem {
	display: inline-block;
    vertical-align: middle;
    margin: 10px;
}

.bankItem  img { max-height: 100px; max-width: 180px; }