.review-latest {
	padding: 100px 0 50px;
}
.review-latest .custom-title-line {
	margin-bottom: 3px;
}
.review-latest .custom-subtitle {
	margin-bottom: 0;
}
.review-latest .custom-title-wrapper {
	margin-bottom: 38px;
}
.review-latest-item {
	padding: 34px 40px 40px;
	background: var(--color-F0F1F3);
}
.review-latest-icon-name-wrapper {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 33px;
	margin: 0 0 31px;
}
.review-latest-icon {
	flex-shrink: 0;
	width: 57px;
	height: 57px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.review-latest-icon > img {
	width: 100%;
	height: auto;
}
.review-latest-name {
	color: var(--color-1F1D1C);
	font-family: var(--intro-book-ff);
	font-style: normal;
	font-weight: 400;
	line-height: 135%; /* 27px */
	padding-top: 20px;
	position: relative;
}
.review-latest-name:before {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 60px;
	height: 2px;
	background: var(--color-C9AD6F);
}
.review-latest-text {
	color: var(--color-1F1D1C);
	font-family: var(--mont-ff);
	font-style: normal;
	font-weight: 300;
	line-height: 150%; /* 22.5px */
	height: calc(1.5 * 15px * 7);
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 7;
	-webkit-box-orient: vertical;
	margin: 0 0 41px;
}
.review-latest-date-more-wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.review-latest-date {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 8px;
	color: var(--color-797777);
	font-family: var(--mont-ff);
	font-style: normal;
	font-weight: 400;
	line-height: 140%; /* 18.2px */
}
.review-latest .swiper-custom-navigation {
	margin-top: 29px;
}
@media(min-width: 1100px) {
	.review-latest {
		padding: 5.208vw 0 2.604vw;
	}
	.review-latest .custom-title-wrapper {
		margin-bottom: 1.979vw;
	}
	.review-latest-item {
		padding: 1.771vw 2.083vw 2.083vw;
	}
	.review-latest-icon-name-wrapper {
		gap: 1.719vw;
		margin: 0 0 1.615vw;
	}
	.review-latest-icon {
		width: 2.969vw;
		height: 2.969vw;
	}
	.review-latest-name {
		padding-top: 1.042vw;
	}
	.review-latest-name:before {
		width: 3.125vw;
	}
	.review-latest-text {
		height: calc(1.5 * 0.781vw * 7);
		margin: 0 0 2.135vw;
	}
	.review-latest .swiper-custom-navigation {
		margin-top: 1.51vw;
	}
}
@media(max-width: 1099.99px) {
	.review-latest {
		padding: 50px 0;
	}
	.review-latest .custom-title-wrapper {
		grid-template-columns: 1fr 2fr 1fr;
		margin-bottom: 20px;
	}
	.review-latest-item {
		padding: 20px 30px 30px;
	}
	.review-latest-icon-name-wrapper {
		gap: 20px;
		margin-bottom: 15px;
	}
	.review-latest-text {
		height: calc(1.5 * (15px * 0.8) * 7);
		margin-bottom: 20px;
	}
}