/*
CUSTOM CSS
Change this or remove entirely.
This file is only intended for CSS overriding.
*/
.second-content .wrapper {
    max-width: 980px;
}


@media only screen and (max-width: 768px){
	.second-content{
		text-align:center;
        }
}