#firm {
	position: relative;
	margin-top: 175px;
}
#firm > .background {
	position: absolute; top: 0; left: 0; right: 0; z-index: -1;
	display: block;
	
	background-position: center;
	background-size: cover;
}
#firm > .content-wrapper {}
#firm > .content-wrapper > main {
	position: relative;
	padding-top: 70px;
	padding-bottom: 70px;
	padding-left: 45px;
	
	color: #FFF;
}
@media (min-width: 1200px)	  {
	#firm { min-height: 700px; }
	#firm > .background { height: 700px; }
	#firm > .content-wrapper > main { margin-left: 50%; }
}
@media (max-width: 1199.99px) {
	#firm { min-height: 600px; }
	#firm > .background { height: 600px; }
}
@media (max-width: 1199.99px) and (min-width: 600px) {
	#firm > .content-wrapper > main { margin-left: 20%; }
}
#firm > .content-wrapper > main:before {
	content: "";
	position: absolute; top: 0; right: min(-45px, calc(((100vw - 100px - 1290px + 90px) / 2) * -1)); bottom: 0; left: 0; z-index: -1;
	
	background-color: #136064;
}

/*--------------------------------------------------------------------------------------------------------------*/

#firm > .content-wrapper > main > .complex-title { margin-bottom: 50px; }
#firm > .content-wrapper > main > .complex-title > span { display: block; }