.block-step {
	/*max-width: 1920px !important;*/
	margin: auto;
	background: #FBFBFB;
}

.block-step .block-container {
	padding-top: 132px;
	padding-bottom: 132px;
}

.block-step.no-padding .block-container{
	padding-bottom: 0px;
}

.block-step .container-wrap {
	display: flex;
	flex-direction: column;
	row-gap: 140px;
}

.block-step .group-text {
	display: flex;
	flex-direction: column;
	row-gap: 10px;
	padding: 0px 228px;
	text-align: center;
}

.block-step .group-text .title {
	margin: 0;
	font-size: var(--wp--preset--font-size--heading-2);
	line-height: var(--wp--custom--typography--line-height--heading-2);
	font-weight: var(--wp--custom--typography--font-weight--600);
	color: #231F20;
}

.block-step .group-text .description {
	color: #231F20;
	font-size: clamp(1rem, 0.7328rem + 0.431vw, 1.25rem);
	line-height: clamp(1.75rem, 1.2823rem + 0.7543vw, 2.1875rem);
	font-weight: var(--wp--custom--typography--font-weight--400);
}

.block-step .block-container .step-wrap {
	display: flex;
	justify-content: space-between;
	height: 200px;
}

.block-step .block-container .progress-point {
	border-radius: 50%;
	height: 60px;
	width: 60px;
	background-color: #00829B;
	display: flex;
	align-items: center;
}

.block-step .block-container .progress-point p {
	font-family: var(--wp--preset--font-family--heading);
	font-weight: 700;
	font-size: 24px;
	line-height: 60px;
	text-align: center;
	color: white;
	margin: 0px auto;
	position: relative;
    transform: translateY(-4px);
}

.block-step .block-container .progress-point .line {
	position: absolute;
	border-top: 8px solid #00829B;
	left: 50%;
	width: 0px;
	z-index: -1;
}

.block-step .block-container .step-wrap {
	position: relative;
}

.block-step .block-container .step-wrap .step-item:nth-child(1) {
	right: 50%;
	transform: translateX(50%)
}
.block-step .block-container .step-wrap .step-item:nth-child(2) {
	right: 0%;
	/*transform: translateX(50%);*/
}

.block-step .block-container .step-wrap .step-item:nth-child(3) {
	right: 0%;
}

.block-step .block-container .step-wrap .step-item {
	position: absolute;
	display: flex;
	width: 300px;
	flex-direction: column;
	align-items: center;
	row-gap: 16px;
}

.block-step .block-container .step-wrap .step-2 {
	opacity: 0;
}

.block-step .block-container .step-wrap .step-3 {
	opacity: 0;
}

.block-step .block-container .step-wrap .step-item .text-wrap {
	width: 100%;
	text-align: center;
	display: flex;
	flex-direction: column;
	row-gap: 8px;
}

.block-step .block-container .step-wrap .step-item .text-wrap p {
	margin: 0px;
}

.block-step .block-container .step-wrap .step-item .text-wrap p:first-child{
	color: #182F43;
	font-style: normal;
	font-family: var(--wp--preset--font-family--heading);
	font-weight: 600;
	font-size: clamp(1.375rem, 0.9741rem + 0.6466vw, 1.75rem);
	line-height: clamp(2.0625rem, 1.3276rem + 1.1853vw, 2.75rem);
}

.block-step .block-container .step-wrap .step-item .text-wrap p:last-child {
	color: #182F43;
	font-weight: var(--wp--custom--typography--font-weight--400);
	font-size: 16px;
	line-height: 24px;
	font-family: var(--wp--preset--font-family--heading);
}

.animation-step-1 {
	animation: fadeInRightEffectStep1 0.4s both;
	animation-direction: alternate;
}

@keyframes fadeInRightEffectStep1 {
	0% {
		right: 50%;
	}
	100% {
		right: 100%;
		transform: translateX(100%);
	}
}

.animation-step-2 {
	animation: fadeInRightEffectStep2 0.4s both;
	animation-delay: 0.2s;
	animation-direction: alternate;
}

@keyframes fadeInRightEffectStep2 {
	0% {
		opacity: 0;
		right: 0%;
	}
	100% {
		opacity: 1;
		right: 50%;
		transform: translateX(50%);
	}
}

.animation-step-3 {
	animation: fadeInRightEffectStep3 0.4s both;
	animation-direction: alternate;
}

@keyframes fadeInRightEffectStep3 {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@media only screen and (max-width: 992px) {
	.discover-our-edge-page-template .block-step .block-container {
		/*padding: 96px 0px 30px;*/
		padding-top: 96px;
		padding-bottom: 66px;
		left: 0%;
	}
	.block-step .block-container {
		/*padding: 96px 0px 30px;*/
		padding-top: 12px;
		padding-bottom: 66px;
		left: 0%;
	}

	.block-step.no-padding .block-container {
		padding-top: 96px;
		padding-bottom: 30px;
	}

	.block-step .container-wrap {
		row-gap: 40px;
	}

	.block-step .group-text {
		text-align: left;
		padding: 0px;
		row-gap: 40px;
	}

	.block-step .block-container .step-wrap {
		width: 100%;
		flex-direction: column;
		row-gap: 43px;
		/*align-items: flex-start;*/
		height: initial;
		align-items: center;
		margin: auto;
		padding: 0px;
	}

	.block-step .block-container .step-wrap {
		position: static;
	}
	.block-step .block-container .step-wrap .step-item {
		position: relative;
	}

	.block-step .block-container .step-wrap .step-item:nth-child(1) {
		right: 0% !important;
		transform: translateX(0%) !important;
	}
	.block-step .block-container .step-wrap .step-item:nth-child(2) {
		right: 0% !important;
		transform: translateX(0%) !important;
	}

	.block-step .block-container .step-wrap .step-item:nth-child(3) {
		transform: translateX(0%) !important;
	}


	.block-step .block-container::before {
		border-top: none;
	}

	.block-step .block-container .progress-point {
		position: relative;
	}

	.block-step .block-container .progress-point .line {
		position: absolute;
		height: 100%;
		top: 50%;
		border-top: none;
		transform: translate(-50%, 0%);
		width: auto;
		border-top: none;
		border-left: 8px solid #00829B;
	}

	.block-step .block-container .step-wrap .step-item {
		/*justify-content: center;*/
		column-gap: 28px;
		flex-direction: row;
		width: 100%;
	}

	.block-step .block-container .step-wrap .step-item:not(:first-child) {
		opacity: 1 !important;
	}

	.block-step .block-container .step-wrap .step-item .text-wrap {
		width: 200px;
		text-align: start;
	}
}
