.news-item{
	max-width: 277px;
	margin: 0 auto;
	margin-top: 40px;
}
.news-item a{
	display: block;
}
.news-item img{
	width: 100%;
	margin-bottom: 14px;
}
.news-item .media_name{
	font-family: Gilroy;
	font-weight: 800;
	font-size: 14px;
	line-height: 17px;
	margin-bottom: 30px;
}
.news-item .file_info{
	position: relative;
	width: 100%;
	padding-left: 38px;
	
	font-weight: 300;
	font-size: 12px;
	line-height: 14px;

	color: #6F7071;
}
.news-item .file_info:before{
	content: "";
	left: 0;
	position: absolute;
	
	width: 18px;
	height: 18px;
	
	background-size: contain;
	background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19 13V17C19 17.5304 18.7893 18.0391 18.4142 18.4142C18.0391 18.7893 17.5304 19 17 19H3C2.46957 19 1.96086 18.7893 1.58579 18.4142C1.21071 18.0391 1 17.5304 1 17V13M5 8L10 13M10 13L15 8M10 13V1' stroke='%23CE2A31' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.media_item_info {
	width: 100%;
}
.media_item_info .media_item_name{
	font-family: Gilroy;
	font-weight: 800;
	font-size: 18px;
	line-height: 22px;	
	margin-top: 30px;
}
.media_item_info:first-child .media_item_name{
	margin-top: 0;
}


@media (min-width: 768px){
	.media {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		flex-direction: row;
		margin-top: 14px;
	}
	.news-item{
		float: left;
		margin-right: 30px;
		padding-bottom: 10px;
		width: 277px;
		margin-left: 0;
	}
	.news-item:nth-of-type(4n){
		margin-right: 0;
	}
	.news-item img{
		height: 177px;
		margin-bottom: 20px;
	}
	.news-item .media_name{
		font-size: 18px;
		line-height: 22px;
		margin-bottom: 15px;
	}
	.news-item .file_info{
		padding-left: 56px;
		font-size: 16px;
		line-height: 19px;
	}
	
	.news-item .file_info:before{
		width: 26px;
		height: 26px;	
		
		background-image: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M27 18.3333V24.1111C27 24.8773 26.6956 25.6121 26.1539 26.1539C25.6121 26.6956 24.8773 27 24.1111 27H3.88889C3.12271 27 2.38791 26.6956 1.84614 26.1539C1.30436 25.6121 1 24.8773 1 24.1111V18.3333M6.77778 11.1111L14 18.3333M14 18.3333L21.2222 11.1111M14 18.3333V1' stroke='%23CE2A31' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
	}
	
}