.main-sc-description {
	background: white;
	padding: 15px;
	margin-top: 20px;
}

.main-news-item {
	width: 32.33333%;
}

.news-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-top: 20px;
}

.news-date-time {
	color: #486DAA;
}

.main-block-element {
	display: flex;
	flex-direction: column;
	margin-bottom: 20px;
	-webkit-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
	-moz-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
	box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
}

.main-block-element-text {
	display: flex;
	flex-wrap: wrap;
	height: 110px;
	background-color: white;
	font-size: 30pt;
}
.ofauto{
	overflow: auto;
}
.main-text-name:hover {	
	text-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
}

.main-block-element-text a {
	padding-left: 20px;
	padding-top: 10px;
	padding-right: 10px;
	font-size: 30px;
	color: black;
	font-weight: 600;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;	
}

.main-block-element-text a:link,
a:visited {
	text-decoration: none;
}

.main-block-element-img {
	height: 235px;
}

.main-block-element-img img {
	max-height: 275px;
}

@media (max-width: 1280px) {
	.main-block-element-text a {
		line-height: 1;
	}
}
@media (max-width: 585px) {
	.main-news-list {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		flex-direction: column;
	}

	.main-news-item {
		width: 100%;
	}
}