.content-interesting{
	margin: 0 auto;
	max-width: 1600px;
}

.content-interesting h3{
	font-weight: 300;
	font-size: 36px;
	line-height: 56px;
	text-align: center;
	margin-bottom: 35px;
}
.interesting-block{
	display: flex;
	justify-content: space-between;
	margin-right: -30px;
	padding-left: 10px;
	padding-right: 10px;
}
.box-interesting{
	text-decoration: none;
	width: 345px;
	margin-right: 30px;
	border: 1px solid #FFFFFF;
	box-sizing: border-box;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
}
.box-interesting:hover .box-interesting-back{
	background: rgba(0,0,0,.7);
}
.box-interesting-back{
	transition: 0.3s;
	position: absolute;
	background: rgba(0,0,0,.5);
	top:0;
	left: 0;
	right: 0;
	bottom: 0;
}
.box-interesting-title{
	position: absolute;
	bottom: 40px;
	left: 0;
	right: 0;
	text-align: center;
	color:#fff;
	font-weight: bold;
	font-size: 24px;
	line-height: 28px;
}
@media (max-width:767px){
	.content-interesting{
		margin-bottom: 40px;
	}
	.content-interesting h3{
		margin-top: 20px;
		margin-bottom: 0;
		font-size: 16px;
		line-height: 16px;
	}
	.box-interesting-title{
		bottom: 20px;
		text-align: left;
		left: 10px;
		font-size: 16px;
		line-height: 19px;
	}
	.interesting-block{
		flex-wrap: wrap;
		margin-right: -2%;
	}
	.box-interesting{
		margin-top: 10px;
		width: 48%;
		margin-right: 2%;
	}
	.box-interesting.item-1{
		order: 3;
	}
	.box-interesting.item-2{
		order: 4;
	}
	.box-interesting.item-3{
		order: 1;
	}
	.box-interesting.item-4{
		order: 2;
	}
	.box-interesting img{
		width: 100%;
	}
}
@media (min-width:768px) and (max-width: 1090px){
	.box-interesting-title{
		bottom: 20px;
		font-size: 20px;
	}
}