/* line 3, ../sass/_branch.scss */

.wrap-branch h1 {
	background: url(../images/nav-icon1.png) top center no-repeat;
	background-size: 16%;
	margin-top: 2rem;
	padding-top: 5rem;
	font-size: 1rem;
	height: 8rem;
}

@media screen and (min-width: 641px) {
.wrap-branch h1 {
	    background-size: 120px;
}
}
/* line 6, ../sass/_branch.scss */

.wrap-branch .branch-content {
	width: 77% !important;
	border-right: 0 !important;
}

@media only all and (max-width: 640px) {
/* line 6, ../sass/_branch.scss */

.wrap-branch .branch-content {
	width: 100% !important;
}
}
/* line 12, ../sass/_branch.scss */

.wrap-branch .branch-content p.intro {
	margin-top: 0;
	padding-bottom: 30px;
	border-bottom: 1px #e2e2e2 dashed;
	text-align: justify;
}
/* line 17, ../sass/_branch.scss */

.wrap-branch .branch-content h3 {
	width: 100%;
	font-size: 18px;
	color: #8a0000;
	margin-top: 30px;
}
/* line 23, ../sass/_branch.scss */

.wrap-branch .branch-content p {
	font-size: 14px;
	color: #333333;
	margin-top: 20px!important;
}
