@media only screen and (max-width: 992px){
	.news-section .news-ind-section{
		padding-top: 0;
	}
	.collapsible-header .news-title-section .news-title{
		font-size: 24px;
	    line-height: 1;
	}
}
@media only screen and (max-width: 640px){
	.collapsible-header .news-title-section .news-title{
		font-size: 20px;
	}
}
@media only screen and (max-width: 480px){
	.collapsible-header .news-title-section .news-title{
		font-size: 18px;
	}
}