.news-block {
	background-color: #FFFFFF;
	border-radius: 20px;
}

.img-news {
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
}

.news-block-date {
	font-size: 12px;
	font-weight: 400;
	line-height: 18px;
	color: #909AA3;
}

.news-container {
	max-width: 75%;
}

.news-prev-button {
	font-size: 14px;
	font-weight: 500;
	color: #E14D31;
	text-decoration: none;
	cursor: pointer;
}

@media (max-width: 768px) {
	.img-news {
		border-bottom-left-radius: 0px;
		border-top-right-radius: 20px;
	}

	.news-container {
		max-width: 100%;
	}

	.news-block-date {
		order: 3;
	}

	.news-prev {
		order: 3;
	}
}

@media (max-width: 1396px) {
	.news-container{
		max-width: 87%;
	}
}

.news-pagination{
	margin-top: 30px;
}

.news-pagination .bx-active > span {
	background-color: #e74936 !important;
}