.inner{
	background-color: #fff;
	padding: 60px 100px 60px 60px;
	text-align: center;
	color: #09132b;
}
.inner__wrap{
	padding-bottom: 50px;
}
.inner_bg{
	background-image: url('../img/page-bg.png');
	background-repeat: no-repeat;
	background-position: top center;
}
.inner article{
	width: 770px;
	margin: 0 auto;
}
.inner article img{
	width: auto;
	margin: 20px 0 40px;
}
.inner h4{
	line-height: 1.2;
	font-size: 2.4em;
}
.inner p{
	font-size: 1.8em;
	line-height: 1.2;
	margin: 20px 0;
}
.gallery a{
	border-radius: 2px;
	overflow: hidden;
	margin: 20px 0;
	width: 30%;
	background-color: #122146;
	height: 200px;
	position: relative;
	text-align: center;
}
.inner__heading{
	color: #fff;
	text-align: center;
	margin-bottom: 40px;
}
.gallery a:hover img{
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
	opacity: .3;
}
.gallery a span{
	position: absolute;
	left: 20px;
	font-size: 1.6em;
	color: #fff;
	bottom: 20px;	
}
.gallery a img{
	opacity: 0.5;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
	
}