/* MAIN */
.page-banner {
	background: url('/assets/img/page-banner-contact.jpg') no-repeat scroll center center;
}

.branches-list h3 {
	font-size: 2rem;
	font-weight: 600;
}
.branches-list ul li {
	float: left;
	width: 50%;
	margin-bottom: 2rem;
}
.branches-list ul li:nth-child(odd) {
	padding-right: 2rem;
}
.branches-list ul li:nth-child(even) {
	padding-left: 2rem;
}
@media screen and (max-width:768px) {
	.branches-list ul li {
		width: 100%;
	}
	.branches-list ul li:nth-child(odd) {
		padding-right: 0;
	}
	.branches-list ul li:nth-child(even) {
		padding-left: 0;
	}
}