/* ---- Steps Sernac ----------------------------------------------------------------------------------- */
.steps {
	counter-reset:my-sec-counter
}
.steps p::before {
	counter-increment: my-sec-counter;
	content: counter(my-sec-counter);
	font-weight: 700;
}
.steps a {
	height: 174px;
}
.steps a::after {
	content: url(https://1701336841.rsc.cdn77.org/_assets/img/icons/hand-lens.svg);
	display: block;
	height: 30px;
	width: 30px;
	background-color: #fff;
	position: absolute;
	bottom: 1px;
	right: 0;
	padding: 3px 0 0 3px;
}
/* ---- Steps Sernac ----------------------------------------------------------------------------------- */

/* ---- Fix -------------------------------------------------------------------------------------------- */
.mw-280-px {
	max-width: 280px;
}
.mw-300-px {
	max-width: 300px;
}
.mw-390-px {
	max-width: 390px;
}
/* ---- Fix -------------------------------------------------------------------------------------------- */