.recover {
	padding-top: 162px;
	padding-bottom: 17px;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: start;
	background-color: var(--secondary-color);
}

.recover .recover-left {
	position: relative;
	width: var(--width-100);
}

.recover .recover-left:after {
	position: absolute;
	top: 0;
	right: 0;
	display: none;
	width: 100vw;
	height: var(--height-100);
	background-color: var(--secondary-color);
	content: '';
}

.recover .holder {
	margin: 0 -10px;
}

.recover .recover-right {
	position: relative;
	z-index: 2;
	width: var(--width-100);
}

.recover .recover-heading {
	display: none;
	font-family: var(--heading-font-family);
	font-size: 195px;
	font-weight: 700;
	line-height: 0.9;
	text-transform: uppercase;
	color: transparent;
	transform: rotate(-90deg) translateX(-327px);
	pointer-events: none;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: var(--gray-color-100);
}

.recover .arrow-down {
	position: absolute;
	top: -48px;
	left: 50%;
	z-index: 3;
	transform: translateX(-50%);
}

.recover-column {
	margin-bottom: 40px;
	padding: 0 10px;
	position: relative;
	z-index: 2;
	width: var(--width-100);
	text-align: center;
}

.recover-icon {
	margin-bottom: 13px;
}

.recover-icon img {
	width: auto;
	height: 60px;
	margin: 0 auto;
}

.recover-title {
	margin-bottom: 10px;
	font-family: var(--heading-font-family);
	font-size: 33px;
	line-height: 1;
	text-transform: uppercase;
	color: var(--heading-color);
}

.recover-title strong {
	display: block;
}

.recover-column p {
	font-size: 15px;
	line-height: var(--heading-line-height);
}

@media only screen and (min-width: 768px) {
	.recover-column {
		margin-bottom: 52px;
		width: 50%;
		text-align: left;
	}

	.recover-icon img {
		margin: 0;
	}
}

@media only screen and (min-width: 1024px) {
	.recover {
		padding-top: 0;
		padding-bottom: 0;
		background-color: transparent;
	}

	.recover .holder {
		max-width: 650px;
	}

	.recover .recover-left {
		padding-top: 79px;
		padding-bottom: 27px;
		width: 60%;
	}

	.recover .recover-right {
		width: 40%;
	}

	.recover .recover-left:after {
		right: -240px;
		display: block;
	}

	.recover .recover-heading {
		display: block;
	}

	.recover .arrow-down {
		margin-left: 70px;
		top: -34px;
		transform: translateX(0);
	}
}

@media only screen and (min-width: 1200px) {
	.recover {
		margin-top: -30px;
	}
}
