/** @format */

.clients {
	width: 100%;
	z-index: 10;
	position: relative;
	padding-top: var(--py-section);
	padding-bottom: var(--py-section);
	background: var(--color-gray-light);
}

.clients h3 {
	font-weight: 700;
	font-size: var(--font-size-h2);
	margin-bottom: 0;
}

.clients h3 strong {
	font-weight: 700;
	background: var(--primary-gradient);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.clients-top {
	text-align: center;
}

.clients-top h2 {
	letter-spacing: 5px;
	margin-bottom: 15px;
	font-size: 24px;
	font-weight: 500;
	text-transform: uppercase;
}

.clients-number {
	font-weight: 800;
	opacity: 0.2;
	font-size: 140px;
	line-height: 0.84;
	min-width: 95px;
	text-align: center;
	background: linear-gradient(to bottom, rgba(31, 181, 218, 1) 0%, rgba(71, 30, 152, 1) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-right: 10px;
}

.clients-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.clients-item {
	margin-top: 20px;
	width: 100%;
	display: flex;
	padding-right: 15px;
}

.clients-text {
	padding-top: 10px;
}

.clients-text strong {
	display: block;
	font-size: 19px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1.2;
	margin-bottom: 5px;
}

@media only screen and (min-width: 641px) {
	.clients-item {
		width: 50%;
	}
}

@media only screen and (min-width: 1025px) {
	.clients-top h2 {
		font-size: 28px;
	}

	.clients-item {
		width: 25%;
		margin-top: 50px;
	}
}
