.solution--white .img-fluid.w-100 {
	width: auto !important;
}
.our-clients {
	background: #e7eaef;
	color: #1c1b17;
	margin-top: 95px;
	padding: 140px 0 140px;
}
.our-clients p.subtitle {
	font-size: 26px;
	line-height: 130%;
	letter-spacing: -2%;
	margin-bottom: 0.5rem;
}
.our-clients h2 {
	font-weight: 500;
	font-size: 70px;
	line-height: 110%;
	letter-spacing: -2%;
	margin-bottom: 5.3rem;
}

.our-clients .flex {
	display: flex;
	gap: 5rem;
}
.our-clients__image {
	width: 46%;
	flex: 0 0 auto;
}
.our-clients__text {
	width: 100%;
	text-align: left;
}
.our-clients--list {
	padding: 0 0 1.6rem;
	margin: 0;
	list-style: none;
}
.our-clients--list li {
	border-top: 1px solid #666d7966;
	padding: 22px 0;
}
.our-clients--list li h3 {
	font-weight: 500;
	font-size: 32px;
	line-height: 130%;
	letter-spacing: -2%;
}
.our-clients--list p {
	margin: 0;
	font-size: 26px;
	line-height: 130%;
	letter-spacing: -2%;
}
.our-clients__image img {
	max-width: 100%;
	height: auto;
}

@media (max-width: 991px) {
	.solution--white .feature {
		padding: 45px 0 0;
	}
	.solution--white .feature.full h5 {
		margin-top: 40px !important;
	}
	.our-clients {
		margin-top: 0;
		padding: 80px 0;
	}
	.our-clients p.subtitle {
		font-size: 16px;
	}
	.our-clients h2 {
		font-size: 40px;
		margin-bottom: 40px;
	}
	.our-clients .flex {
		flex-direction: column;
		gap: 40px;
	}
	.our-clients__image {
		width: 100%;
	}
	.our-clients--list li h3 {
		font-size: 20px;
	}
	.our-clients--list p {
		font-size: 16px;
	}
	.our-clients--list li {
		padding: 15px 0;
	}
}
