.client {
	margin-bottom: 120px;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: start;
}

.client .client-image {
	margin-right: -40px;
	margin-left: -40px;
	position: relative;
	width: calc(100% + 80px);
}

.client .client-image img {
	height: auto;
	width: var(--width-100);
}

.client .client-text {
	padding-left: 20px;
	width: var(--width-100);
}

.client .client-heading {
	display: none;
	font-family: var(--heading-font-family);
	font-size: 195px;
	font-weight: 700;
	line-height: 0.9;
	text-align: right;
	text-transform: uppercase;
	color: transparent;
	text-wrap: nowrap;
	transform: rotate(-90deg) translateX(-200px) translateY(-208px);
	pointer-events: none;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: var(--gray-color-100);
}

.client .arrow-down {
	position: absolute;
	bottom: -105px;
	left: 50%;
	transform: translateX(-50%);
}

@media only screen and (min-width: 1024px) {
	.client {
		margin-top: -75px;
	}

	.client .client-image {
		margin-right: 0;
		margin-left: 0;
		width: 56%;
	}

	.client .client-text {
		display: flex;
		width: 44%;
	}

	.client .client-heading {
		display: flex;
	}
}

@media only screen and (min-width: 1200px) {
	.client .arrow-down {
		position: absolute;
		right: -128px;
		bottom: -68px;
		left: auto;
		transform: translateX(0);
	}
}

@media only screen and (min-width: 1281px) {
	.client .client-image {
		margin-left: -34px;
		width: calc(56% + 34px);
	}

	.client .client-heading {
		transform: rotate(-90deg) translateX(-200px) translateY(-80px);
	}
}
