h3.partnersh3
{
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 300;
font-size: 48px;
line-height: 63px;
text-transform: uppercase;
margin: 0px;
padding: 0px;
color: #D9AB6E;

}

.itempspartner
{
	display: inline-block;
	width: 370px;
	height: 300px;
	max-width:100%;
	margin: 20px 15px 20px 0px;

/* or 144% */

	background: #FFFFFF;
/* d */

	box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.09);
	border-radius: 8px;
	padding: 13px;
}

.itempspartner .divsecond
{
	background: #FFFFFF;
border: 1px solid #E9E9E9;
border-radius: 6px;
	width:100%;
	height: 100%;
	
}

.itempspartner .image
{
	display: block;
	margin: 0px auto;
	max-width:100%;
	height: 150px;
	background-repeat: no-repeat;
	background-position: center center;
}

.itempspartner h4
{
font-family: 'Montserrat';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 150%;
/* or 24px */
height: 3em;
text-align: center;

color: #000000;
}

.itempspartner .description
{
}

.itempspartner .description p
{
	margin: 0px;
	padding: 0px;
}

.itempspartner a
{
	display: inline-block;
	margin: 0px auto;
	font-family: 'Montserrat';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 150%;
/* or 24px */
	padding: 20px 0px 10px;
	text-align: center;
	text-decoration: none;
/* 02 */

color: #00B4CC;
}


@media (max-width: 767px) {

	h3.partnersh3 
	{
		text-align:center;
		font-size: 36px;
		line-height: 46px;
		margin: 0px auto 0;
		padding-bottom: 20px;
	}

}