.d25-testimonial-area {
	background-color: #020402;
	padding-top: 7.4rem;
	padding-bottom: 7.5rem;
}
.d25-testimonial-area .container {
	max-width: 160rem;
}
.d25-testimonial-items-row {
	margin-top: 5rem;
}
.d25-testimonial-item {
	min-height: 32.7rem;
	background-color: #161616;
	border-radius: 1rem;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: bottom left;
	padding: 4.7rem 3rem;
}
.d25-testimonial-head {
	display: flex;
	align-items: center;
	column-gap: 1rem;
	font-size: 1.8rem;
	line-height: normal;
	font-weight: 700;
	color: #78C370;
}
.d25-testimonial-head .avatar {
	width: 5rem;
	height: 5rem;
	flex-shrink: 0;
	border-radius: 50%;
	overflow: hidden;
	display: flex;
	align-items: center;
}
.d25-testimonial-text {
	margin-top: 1.7rem;
	font-size: 1.4rem;
	line-height: normal;
	color: #fff;
}
@media only screen and (max-width: 1050px) {
	.d25-testimonial-area {
		padding-top: 20px;
		padding-bottom: 66px;
	}
	.d25-testimonial-items-row {
		margin-top: 16px;
		padding-left: 15px;
		padding-right: 15px;
	}
	.d25-testimonial-item {
		min-height: 400px;
		padding: 30px 15px;
	}
	.d25-testimonial-head {
		column-gap: 5px;
		font-size: 16px;
	}
	.d25-testimonial-head .avatar {
		width: 27px;
		height: 27px;
	}
	.d25-testimonial-head {
		column-gap: 7px;
		font-size: 16px;
		font-weight: 600;
	}
	.d25-testimonial-item {
		min-height: 400px;
		padding: 30px 15px;
		border-radius: 7px;
	}
}