header{
	background: #262a37;
}
.main{
	background: #262a37;
	text-align: center;
	color: white;
	padding-bottom: 60px;
}
.main section img{
	max-width: 100%;
}
.main section .title{
	font-size: 32px;
}
.main section .desc{
	margin-top: 24px;
	margin-bottom: 26px;
}
.main section{
	padding-top: 80px;
	padding-bottom: 120px;
}
.main section:nth-of-type(1) img{
	margin-right: 140px;
}
.main section:nth-of-type(1) .content{
	text-align: left;
}
.content{
	display: inline-block;
	vertical-align: top;
	margin-left: 140px;
	margin-top: 180px;
}

.content .desc{
	text-align: left;
}
.main section:nth-of-type(6) .desc{
	margin-bottom: 12px;
}
.main section:nth-of-type(6) .desc:nth-of-type(2){
	margin-bottom: 30px;
	margin-top: 0;
}
.main section:nth-of-type(9) .desc{
	margin-bottom: 12px;
}
.main section:nth-of-type(9) .desc:nth-of-type(2){
	margin-bottom: 30px;
	margin-top: 0;
}
.main section:nth-of-type(8) .title{
	margin-bottom: 75px;
}
.main section:nth-of-type(1) .content p{
	line-height: 1.8em;
}
@media only screen and (max-width: 970px) {
	.content{
		margin-left: 30px;
		margin-top: 50px;
	}
	.main section:nth-of-type(1) img{
		margin: 0;
	}
}
@media only screen and (max-width: 1200px) {
	.main section:nth-of-type(1) .content{
		padding-top: 120px;
		padding-left: 50px;
	}
}