 .content {
 	width: 100%;
 	max-width: 1240px;
 	margin: auto;
 }

 .section {
 	padding: 60px 0;
 }

 .banner-title { 
 	font-weight: 500;
 	margin: 80px;
 }

 @media only screen and (max-width: 1240px) {
 	.news-detail-banner {
 		height: 200px !important;
 	}

 	.banner-title {

 		font-size: 20px !important;
 		font-weight: 500;
 		margin: 40px;
 	}

 	.content {
 		padding: 0px 10px !important;
 	}
 }