.how_it_works__sides {
	display: flex;
	gap: 64px;
}

.how_it_works__header {
	text-align: center;
	margin-bottom: 64px;
}

.how_it_works__title {
	font-size: 46px;
	line-height: 56px;
	font-weight: 600;
	color: var(--primary-900);
	margin-bottom: 0;
}

.how_it_works__subtitle {
	margin-top: 16px;
	font-size: 20px;
	line-height: 32px;
	width: 834px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.how_it_works__step-number {
	font-size: 52px;
	line-height: 64px;
	font-weight: 600;
	color: var(--primary-500-blue);
	margin-bottom: 8px;
}

.how_it_works__step-title {
	font-size: 32px;
	line-height: 40px;
	font-weight: 600;
	color: var(--primary-900);
	margin-bottom: 0;
}

.how_it_works__step-subtitle {
	margin-top: 32px;
	font-size: 16px;
	line-height: 24px;
}

.how_it_works__side.left {
	flex: 0 0 596px;
}

.how_it_works__step {
	min-height: 400px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.how_it_works__steps {
	display: flex;
	flex-direction: column;
	gap: 48px;
}

.how_it_works__image {
	opacity: 0;
	transition: opacity 0.3s ease-in-out;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.how_it_works__image.active {
	opacity: 1;
}

ul.how_it_works__images {
	position: sticky;
	top: calc(50vh + calc(calc(var(--wp-admin--admin-bar--height, 0px) + 73px) / 2) - (var(--how-it-works-image-height, 0px) / 2));
	height: 400px;
}

.how_it_works__image-wrapper {
	position: relative;
}

@media (max-width: 1199px) and (min-width: 992px) {
	.how_it_works__side.left {
		flex: 0 0 500px;
	}
}

@media (min-width: 992px) {
	.how_it_works__step-image {
		display: none;
	}
}

@media (max-width: 991px) {
	.how_it_works__side.left {
		display: none;
	}

	.how_it_works__step-image {
		margin-bottom: 24px;
	}

	.how_it_works__step-number {
		font-size: 36px;
		line-height: 48px;
		margin-bottom: 8px;
	}

	.how_it_works__step-title {
		font-size: 20px;
		line-height: 28px;
	}

	.how_it_works__step-subtitle {
		margin-top: 16px;
	}

	.how_it_works__step {
		height: auto;
	} 

	.how_it_works__title {
		font-size: 30px;
		line-height: 40px;
	}

	.how_it_works__subtitle {
		font-size: 16px;
		line-height: 24px;
	}

	.how_it_works__header {
		margin-bottom: 32px;
	}
}
