.foryou-block *, .foryou-block *:before, .foryou-block *:after {
	box-sizing: border-box;
}
.foryou-block .foryou-list {
	margin-top: 40px;
}
.foryou-block {
	margin-top: 40px;
	margin-bottom: 80px;
}
.foryou-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	max-width: 1370px;
	margin: 0 auto;
}
.foryou-list .foryou-card {
	width: 315px;
	text-align: center;
	padding: 10px 5px;
	flex-shrink: 0;
}
.foryou-card {
	font-family: 'Inter';
}
.foryou-card .card-content {
	position: relative;
	padding-bottom: 77px;
	height: 100%;
}
.foryou-card .imgWrap {
	width: 251px;
	height: 297px;
	margin: 0 auto 15px;
	cursor: pointer;
}
.foryou-card .preview {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.foryou-card .title {
	font-weight: 600;
	font-size: 16px;
	margin-bottom: 15px;
	cursor: pointer;
	transition: .25s;
}
.foryou-card .card-content:hover .title {
	color: #0E7DFF;
}
.foryou-card .card-desc {
	/*height: 40px;*/
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-weight: 400;
	font-size: 14px;
	color: #6C6969;
}
.foryou-card .btnWrap {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
.foryou-card .btn-new {
	padding-left: 10px;
	padding-right: 10px;
	width: 100%;
	max-width: 252px;
}
@media screen and (max-width: 1180px) {
	.foryou-list {
		flex-wrap: nowrap;
		overflow-x: auto;
		padding: 0 10px;
		margin: 0 -10px;
	}
	.foryou-block {
		margin-top: 0;
		margin-bottom: 50px;
	}
	.foryou-list .foryou-card {
		width: 251px;
	}
	.foryou-block .foryou-list {
		margin-top: 20px;
	}
}