.step-blocks-sec__steps-row {
	margin-bottom: -8px;
}
.step-blocks-sec__step-col {
	margin-bottom: 8px;
}
.step-blocks-sec__step-block {
	padding: 40px 24px;
	background-color: #F0F0F5;
	text-align: center;
	height: 100%;
}
.step-blocks-sec__step-title {
	color: #2A2A36;
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: 1.2em;
	margin-bottom: 24px;
}
.step-blocks-sec__step-image {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 1 / .76;
	margin-bottom: 24px;
	object-fit: cover;
}
.step-blocks-sec__step-desc {
	color: #2A2A36;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5em;
}
.step-blocks-sec__step-desc ul {
	display: inline-block;
	text-align: left;
	margin-top: .5em;
}
.step-blocks-sec__step-desc ul li {
	position: relative;
	padding-left: 20px;
}
.step-blocks-sec__step-desc ul li::before {
	content: '';
	display: block;
	width: .5em;
	height: .5em;
	border-radius: 50%;
	background-color: #9FA1EC;
	position: absolute;
	left: 0;
	top: .5em;
}