
.steps-vertical .step-wrap {
	align-items: center;
	display: flex;
	padding-bottom: 76px;
}

@media (max-width: 991px) {
	.steps-vertical .step-wrap {
		flex-direction: column;
		padding-bottom: 0;
	}

	.steps-vertical .step-wrap div + div {
		margin-bottom: 30px;
	}
}

@media (max-width: 575px) {
	.steps-vertical .step-wrap div + div {
		margin-bottom: 20px;
	}
}

.steps-vertical .step-wrap + .step-wrap {
	margin-top: 65px;
}

@media (max-width: 991px) {
	.steps-vertical .step-wrap + .step-wrap {
		margin-top: 60px;
	}
}

@media (max-width: 575px) {
	.steps-vertical .step-wrap + .step-wrap {
		margin-top: 40px;
	}
}

@media (min-width: 992px) {
	.steps-vertical .step-wrap:nth-child(even) {
		flex-direction: row-reverse;
	}

	.steps-vertical .step-wrap:nth-child(even) .step-wrap__text {
		text-align: right;
	}

	.steps-vertical .step-wrap:nth-child(even) .step-wrap__image {
		-webkit-animation: bubble 3s linear infinite;
		animation: bubble 3s linear infinite;
	}
}

.steps-vertical .step-wrap .step-wrap__text {
	width: 40%;
}

@media (max-width: 991px) {
	.steps-vertical .step-wrap .step-wrap__text {
		order: 3;
		text-align: center;
		width: 100%;
	}
}

.steps-vertical .step-wrap .step-wrap__image {
	-webkit-animation: bubble 5s linear infinite;
	animation: bubble 5s linear infinite;
	background-image: linear-gradient(to top, #2b0d10 0%, #dd9044 100%);
	margin-top: 10px;
	overflow: hidden;
	width: 40%;
}

@media (max-width: 991px) {
	.steps-vertical .step-wrap .step-wrap__image {
		margin-top: 0;
		order: 2;
		width: 95%;
	}
}

.steps-vertical .step-wrap .step-wrap__image img {
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	opacity: 0.7;
	width: 100%;
}

.steps-vertical .step-wrap .step-wrap__title {
	align-self: flex-start;
	position: relative;
	text-align: center;
	width: 20%;
}

@media (max-width: 991px) {
	.steps-vertical .step-wrap .step-wrap__title {
		order: 1;
		width: 100%;
	}
}

.steps-vertical .step-wrap .step-wrap__title h6 {
	margin-bottom: 0;
}

.steps-vertical .step-wrap .step-wrap__title h3 {
	font-size: 50px;
}

.steps-vertical .step-wrap .step-wrap__title:after {
	background: #09445a;
	bottom: -288px;
	content: "";
	height: 194px;
	left: 50%;
	-webkit-mask: url(../images/about/dots-vertical.png);
	-webkit-mask-repeat: no-repeat;
	position: absolute;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 10px;
}

@media (max-width: 1200px) {
	.steps-vertical .step-wrap .step-wrap__title:after {
		bottom: -200px;
	}
}

@media (max-width: 991px) {
	.steps-vertical .step-wrap .step-wrap__title:after {
		display: none;
	}
}

/* animations more */

/* animations more */