.three_steps {
	text-align: center;
	margin-top: 60px;
	margin-bottom: 55px
}

.three_steps h2 {
	margin-bottom: 50px;
	font-size: 42px;
	line-height: 1.238;
}

.step_title {
	font-size: 24px;
	line-height: 31px;
	font-weight: bold;
	color: var(--dark-blue);
	margin-bottom: 15px;
}

.inside_step {
	width: 283px;
	max-width: 100%;
	margin: auto;
}

.step_image {
	margin: auto;
	margin-bottom: 30px;
	width: 212px;
	height: 170px;
	max-width: 100%;
}

.steps_row {
	margin-bottom: 94px;
}

.steps_button_wrapper .button {
	width: 280px;
}

.step_image img {
	object-fit: contain;
	max-height: 100%;
	height: inherit;
}

@media (min-width: 768px) and (max-width: 991px) {
	.three_steps h2 {
		font-size: 32px;
	}
}

@media (max-width: 767px) {
	.mobile_images_wrapper {
		max-width: 450px;
		margin: auto;
	}

	.mobile_info .step_col {
		width: 100%;
		float: none;
		display: none;
	}

	.mobile_info .step_col.active {
		display: block;
	}

	.mobile_images .step_col {
		width: 33.333%;
		float: left;
		padding-left: 3px;
		padding-right: 3px;
	}

	.mobile_images .inside_step img {
		opacity: 0.5;
		transform: scale(0.8);
	}

	.mobile_images .step_col.active .inside_step img {
		opacity: 1;
		transform: scale(1);
	}

	.mobile_images .inside_step {
		border: 3px solid #E6F8FD;
		border-radius: 8px;
		padding: 10px;
	}

	.steps_row.mobile_images {
		margin-left: -3px;
		margin-right: -3px;
		margin-bottom: 20px;
	}

	.step_image {
		margin-bottom: 0;
		height: 104px;
	}

	.three_steps h2 {
		font-size: 32px;
		margin-bottom: 12px;
	}

	.steps_row.mobile_info {
		margin-bottom: 20px;
	}

	section.three_steps {
		padding-bottom: 44px;
	}

	.mobile_images .active .inside_step {
		border: 1px solid #0BBBEF;
		padding-top: 11px;
		padding-bottom: 11px;
	}

	section.three_steps {
		margin-bottom: 45px;
	}

	.steps_button_wrapper .button {
		width: 330px;
		max-width: 100%;
	}
}
