	* {
		margin: 0;
		padding: 0;
	}

	.serving-for-you {
		width: 1148px;
		margin: 0 auto;
		padding: 23px 0 0;
	}

	.serving-for-you .title-img {
		display: flex;
		justify-content: center;
	}

	.serving-for-you .serving-for-you-list {
		display: flex;
		justify-content: space-between;
		margin-top: 31px;
	}

	.serving-for-you-item {
		width: 210px;
		height: 99px;
		overflow: hidden;
		background-position: 0 100%;
		background-size: 100% 200%;
	}

	.serving-for-you-item:hover {
		background-position: 0 0;
		margin-top: -20px;
	}