.steps-sec__title-col {
	text-align: center;
	margin-bottom: 40px;
}
.steps-sec__pretitle {
	line-height: 1.5em;
}
.steps-row {
	margin-bottom: -40px;
}
.step-col {
	margin-bottom: 40px;
}
.step-block__img-container {
	position: relative;
	border-radius: 23px;
	padding-bottom: 71%;
	overflow: hidden;
	margin-bottom: 20px;
	background-color: #e5e5e5;
}
.step-col:nth-child(1) .step-block__img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top;
}
.step-block__img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.step-block__pretitle,
.step-block__title,
.step-block__text {
	text-align: center;
}
.step-block__pretitle {
	font-weight: 700;
	margin-bottom: 10px;
}
.step-block__title {
	color: var(--dark-blue);
	font-family: Outfit;
	font-size: 24px;
	font-weight: 700;
	line-height: normal;
	margin: 0 0 10px;
}
.step-block__text {
	max-width: 300px;
	margin: 0 auto;
}
.step-block__text > * {
	color: var(--dark-blue);
	line-height: 1.5em;
	font-weight: 500;
	font-size: 14px;
}
.steps-sec__btn-row {
	margin-top: 40px;
}
.steps-sec__btn-col {
	text-align: center;
}
@media screen and (min-width:768px) {
	.steps-sec__title-col {
		display: flex;
		display: -webkit-flex;
		align-items: center;
		-webkit-align-items: center;
		justify-content: center;
		-webkit-justify-content: center;
		flex-wrap: wrap;
	}
	.steps-sec__title,
	.steps-sec__pretitle {
		width: 100%;
	}
	.steps-sec__title {
		order: 2;
	}
	.steps-sec__pretitle {
		order: 1;
	}
	.step-block__pretitle,
	.step-block__title,
	.step-block__text {
		text-align: left;
	}
	.step-block__text {
		margin-left: 0;
	}
	.steps-sec__btn-row {
		margin-top: 50px;
	}
	.step-block__img {
		object-position: center;
	}
}
@media screen and (min-width:992px) {
	.step-block__img-container {
		padding-bottom: 121%;
		margin-bottom: 23px;
	}
}
@media screen and (min-width:1200px) {
	.steps-sec .container {
		max-width: 1100px;
	}
}