#news-page{
	text-align: center;
}
.news-page-wrapper h1{
	font-size: 42px;
	color: #b1015a;
	font-family: 'AcromBold';
	margin: 0;
	text-align: center;
	/* margin-top: 55px; */
}
.news-page-wrapper > p{
	color: #929292;
	font-size: 16px;
	font-family: 'AcromRegular';
	width: 78%;
	margin: auto;
	margin-top: 20px;
	text-align: center;
}
.news-page-wrapper hr{
	height: 4px;
	width: 62px;
	background-color: #b1015a;
	margin: 40px auto;
}
.news-date p{
	text-align: right;
	font-size: 20px;
	color: #b1015a;
	font-family: 'AcromBold';
	line-height: 20px;
}
.news-content{
	text-align: left;
}
.news-content h2{
	color: #252525;
	font-size: 20px;
	font-family: 'AcromBold';
	line-height: 30px;
	width: 70%;
	margin-bottom: 15px;
}
.news-content p{
	font-size: 14px;
	line-height: 20px;
	font-family: 'AcromRegular';
	color: #8d8d8d;
	margin-top: 35px;
	margin-bottom: 0;
}
.btn-news{
	margin-top: 30px;
	margin-bottom: 10px;
}
.hr-wrapper hr{
	width: 64%;
	margin: 60px auto;
	height: 0;
	background-color: #e8e8e8;
}
.news-content img{
	width: 100%;
}
.btn-news {
	display:inline-block;
	width:200px;
	text-align:center;
	line-height:50px;
}

@media only screen and (max-width : 992px){

	.navbar-brand, .nopad{
		display: none;
	}
	.dropdown .navbar-brand, .dropdown .nopad{
		display: block;
	}
	.menu{
		min-height: 74px;
		height: 74px;
	}
	#news-page .container-padding{
		padding: 0;
	}
	.news-page-wrapper h1{
		margin-top: 0;
	}
	.news-date p{
		width: 8%;
		margin-bottom: 15px;
	}
	.hr-wrapper hr{
		width: 100%;
	}
}

@media only screen and (max-width : 768px){
	.news-date p{
		width: 10%;
	}
}

@media only screen and (max-width : 480px){
	.news-page-wrapper h1{
		font-size: 25px;
		line-height: 48px;
	}
	.news-page-wrapper p{
		font-size: 12px;
		line-height: 18px;
		margin-top: 40px;
	}
	.news-date p{
		font-size: 20px;
		line-height: 24px;
		width: 12%;
	}
	.news-content h2{
		font-size: 16px;
		line-height: 22px;
	}
	.btn-news{
		width: 150px;
		margin-bottom: 0;
	}
	.hr-wrapper hr{
		margin-bottom: 45px;
		margin-top: 45px;
	}
	.news-page-wrapper p{
		margin-top: 30px;
	}
	.news-date p{
		margin-top: 0;
	}
}

@media only screen and (max-width : 320px){
	.news-date p{
		width: 18%;
	}
	.news-content h2{
		width: 100%;
	}

}