.reviews_list .reviews_item{
	border-bottom: 1px solid #D1D1D1;	
	margin-bottom: 20px;
	margin-left: -10px;
	margin-right: -10px;
	padding-left: 10px;
	padding-right: 10px;
}
.reviews_list .reviews_item:last-child{
	margin-bottom: 10px;
	border-bottom: none;
}

.reviews_list .news-item{
	max-width: auto;
	margin: 0 auto;

	margin-top: 27px;
	padding-bottom: 20px;

}
.reviews_list .news-item:first-child{
	margin-top: 20px;
}

.reviews_list .news-item:last-child{
	border-bottom: none;
	padding-bottom: 20px;
}
.reviews_list .news-item a{
	display: block;
}
.reviews_list .news-item .media_name{
	font-size: 13px;
	line-height: 16px;
}
.reviews_list .news-item .file_info{
	position: relative;
	width: 100%;
	
	font-weight: 300;
	font-size: 12px;
	line-height: 14px;
	margin-bottom: 20px;

	color: #6F7071;
}
.reviews_list .news-item .file_info:after{
	content: "";
	position: absolute;
	
	left: 90px;
    bottom: 2px;
	
	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");
}

.reviews_list .reviews_item_name{
	font-family: Gilroy;
	font-weight: 800;
	font-size: 18px;
	line-height: 22px;	
}


@media (min-width: 768px){
	
	.reviews_list .reviews_item{

		margin-bottom: 40px;
		margin-left: 0px;
		margin-right: 0px;
		padding-left: 0px;
		padding-right: 0px;
	}
	.reviews_list .reviews_item:last-child{
		margin-bottom: 0px;
		border-bottom: none;
	}
	.reviews_list .news-item:first-child {
		margin-top: 54px;
	}
	.reviews_list .news-item{
		padding-bottom: 0px;
		width: 100%;
		margin-left: 0px;
		margin-right: 0px;
		padding-left: 0px;
		padding-right: 0px;
		margin-top: 45px;
	}
	.reviews_list .news-item:last-child {
		padding-bottom: 41px;
	}
	.reviews_list .news-item .media_name{
		font-size: 16px;
		line-height: 19px;
	}
	.reviews_list .news-item .file_info{
		font-size: 16px;
		line-height: 19px;
		
		width: 286px;
		float: left;
	}
	
	.reviews_list .news-item .file_info:after{
		width: 26px;
		height: 26px;	
		
		left: auto;
		right: 136px;
		
		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");
	}
}