.steps {
	width: 100%;
	overflow: hidden;
	margin-bottom: 30px;
}

.steps .steps-text {
	max-width: 735px;
}

.steps .steps-text h3 {
	margin-bottom: 14px;
	letter-spacing: 4px;
	text-transform: uppercase;
}

.steps .h1 {
	opacity: 1;
	margin-bottom: 55px;
	color: var(--heading-color);
}

.steps .h1 strong {
	transition: color 1500ms;
	animation-delay: 1s;
}

.steps .h1.animated strong {
	color: var(--primary-color);
}

.steps .steps-image {
	margin-right: -40px;
	margin-left: -40px;
	width: calc(100% + 80px);
}

.steps .steps-image .image {
	position: relative;
	overflow: hidden;
}

.steps .steps-image .image img {
	height: auto;
	width: var(--width-100);
}

.steps .steps-content {
	margin-right: -10px;
	margin-left: -10px;
	padding-top: 50px;
	padding-bottom: 20px;
	position: relative;
	width: calc(100% + 20px);
}

.steps .steps-line {
	position: absolute;
	bottom: 75px;
	left: -120px;
	z-index: 1;
	display: none;
	width: 0;
	height: 3px;
	transition: width 3s;
	background-color: var(--primary-color);
}

.steps .steps-line:after {
	position: absolute;
	top: 50%;
	left: 0;
	width: 19px;
	height: 19px;
	border-radius: 50px;
	background-color: var(--primary-color);
	transform: translateY(-50%);
	content: '';
}

.steps .steps-line.animated {
	opacity: 1;
	width: calc(100vw + 120px);
}

.steps .steps-content br {
	display: none;
}

.steps .h3 {
	font-size: 36px;
	font-weight: 400;
}

.steps .h3 strong {
	font-weight: 700;
}

.steps p {
	line-height: 1.85;
}

.steps .steps-counting {
	position: absolute;
	bottom: -16px;
	left: -22px;
	font-family: var(--heading-font-family);
	font-size: 218px;
	font-weight: 700;
	line-height: 0.8;
	color: var(--white-color);
}

@media only screen and (min-width: 768px) {
	.steps {
		margin-bottom: 90px;
	}

	.steps .holder {
		margin-bottom: 46px;
	}

	.steps .holder:last-child {
		margin-bottom: 0;
	}

	.steps .steps-image {
		margin-right: 0;
		margin-left: 0;
		width: 50%;
	}

	.steps .steps-image .image {
		max-width: 522px;
	}

	.steps .steps-content {
		margin-right: 0;
		margin-left: 0;
		padding-top: 51px;
		padding-bottom: 0;
		padding-left: 25px;
		width: 50%;
	}

	.steps .steps-content br {
		display: block;
	}

	.steps .steps-counting {
		font-size: 299px;
	}

	.steps .holder-reverse .steps-image {
		order: 2;
	}

	.steps .holder-reverse .steps-image .image {
		margin-left: auto;
	}

	.steps .holder-reverse .steps-content {
		padding-right: 25px;
		padding-left: 0;
		order: 1;
	}

	.steps .holder-reverse .steps-line {
		right: -120px;
		left: auto;
	}

	.steps .holder-reverse .steps-counting {
		right: -22px;
		left: auto;
	}

	.steps .holder-reverse .steps-line:after {
		right: 0;
		left: auto;
	}
}

@media only screen and (min-width: 1200px) {
	.steps .holder-reverse .steps-content {
		padding-left: 50px;
		order: 1;
	}

	.steps .steps-line {
		display: block;
	}
}

@media only screen and (min-width: 1279px) {
	.steps .steps-image {
		margin-left: -40px;
		width: calc(45% + 40px);
	}

	.steps .steps-content {
		width: 55%;
	}

	.steps .holder-reverse .steps-image {
		margin-right: -40px;
		margin-left: 0;
	}
}

@media only screen and (min-width: 1281px) {
	.steps .steps-text {
		margin-left: -40px;
	}
}
