.contactMain{
	text-align: center;
	padding-bottom: 40px;
}
.contactMain h1{
	font-size: 30px;
	color: #333;
	padding-bottom: 20px;
	padding-top: 30px;
}
.contactMain h2{
	line-height: 2em;
	font-size: 18px;
	max-width: 900px;
	display: inline-block;
	color: #777;
	font-weight: normal;
	padding-bottom: 20px;
	position: relative;
}
.contactMain h2:before{
	background:#ccc;
	height: 1px;
	width: 50px;
	position: absolute;
	left: -100%;
	top: 18px;
	margin-left: -10px;
	content: '';
}
.contactMain h2:after{
	background:#ccc;
	height: 1px;
	width: 50px;
	position: absolute;
	right: -100%;
	top: 18px;
	margin-right: -10px;
	content: '';
}
.partnerItem{
	background: #fff;
	border-radius: 3px;
	padding: 20px;
	padding-bottom: 10px;
	color: #555;
}
.partnerItem>.pic{
	height: 50px;
	width: 100%;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	transition: all .3s ease-in-out;
}
.partnerItem>.title{
	padding-top: 10px;
}
.partnerItem:hover{
	color: var(--primary);
}

.partnerItem:hover .pic{
	transform: scale(1.2);
}
.partnerList{
	margin-left: -5px;
	margin-right: -5px;
}

.partnerList>div{
	padding: 5px;
}