h3.main-news__title {
	text-transform: uppercase;
	margin: 30px 0 15px;
}

.main-news-description {
	padding: 0 !important;
}

.main-news-text__content {
	text-align: left !important;
}

@media screen and (max-width: 992px) {
	
	.main-news-description {
		padding: 0 0 25px !important;
	}
	
}