.d25-feedback-area {
	background-color: #000;
	padding-top: 8rem;
	padding-bottom: 8rem;
}
.d25-feedback-area .container {
	max-width: 54.5rem;
}
.d25-feedback-row {
	overflow: hidden;
}
.d25-feedback-item {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.d25-feedback-img {
	width: 12.8rem;
	height: 12.8rem;
	border-radius: 50%;
	overflow: hidden;
}
.d25-feedback-text-wrap {
	margin-top: 2.4rem;
	position: relative;
}
.d25-feedback-text {
	text-align: center;
	font-size: 1.6rem;
	color: #fff;
	max-width: 100%;
	padding: 0 2.5rem;
}
.d25-feedback-quote-right {
	position: absolute;
	bottom: 0;
	right: 0;
}
.d25-feedback-name-wrap {
	margin-top: 1.5rem;
	display: flex;
	align-items: center;
	gap: .9rem;
	justify-content: flex-end;
	width: 100%;
}
.d25-feedback-name-wrap {
	margin-top: 1.5rem;
	display: flex;
	align-items: center;
	gap: .9rem;
	justify-content: flex-end;
	width: 100%;
	font-size: 1.8rem;
	line-height: normal;
	font-weight: 700;
	color: #fff;
}
.d25-feedback-icon {
	max-width: 4rem;
	max-height: 4rem;
	object-fit: contain;
}
.d25-feedback-dots {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 1rem;
}
.d25-feedback-dots .swiper-pagination-bullet {
	background: #fff;
	opacity: 1;
}
.d25-feedback-dots .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #50B848;
	opacity: 1;
}
.d25-feedback-quote-left {
	position: absolute;
	top: 0;
	left: 0;
}
@media only screen and (max-width: 1050px) {
	.d25-feedback-area {
		padding: 30px 0;
	}
	.d25-feedback-img {
		width: 90px;
		height: 90px;
	}
	.d25-feedback-text-wrap {
		margin-top: 17px;
	}
	.d25-feedback-text {
		font-size: 14px;
	}
}