.main {
	width: 1200px;
	margin: 0 auto;
}

.graphic {
	margin-top: 18px;
}

.intro .graphic img {
    display: inline-block;
    margin-bottom: 18px;
}

@media only screen and (max-width:768px) {
	div.content .main {
		width: 92%;
	}
	.graphic {
		margin-top: 0.45rem;
	}
    .intro .graphic img {
        width: 100%;
        margin-bottom: 0.45rem;
    }
}