/*	css_news.css
===========================================================================*/
#catItem.news .image {
margin-bottom: 10px;
}
@media only screen and (min-device-width :992px) and (max-device-width :1199px) { /* 992 - 1199 */
	#catItem.news h3 { font-size: 22px; }
}
@media only screen and (min-device-width :768px) and (max-device-width :991px) { /* 768 - 991 */
	#catItem.news h3 { font-size: 20px; }
}
@media only screen and (min-device-width :425px) and (max-device-width :767px) { /* 425 - 767 */
	#catItem.news h3 { font-size: 22px; }
}
@media only screen and (min-device-width :320px) and (max-device-width :424px) { /* 320 - 424 */
	#catItem.news h3 { font-size: 20px; }
}