.step-cards {
	margin: 0 auto;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}		
.step-card {
	display: flex;
	flex-direction: column;
	align-items: start;
}

.step-card {
  gap: 36px;
}

.step-card__counter-number {
	color: #231F20;
  font-family: Open Sans;
  font-size: 92px;
  font-style: normal;
  font-weight: 700;
  line-height: 67.16px;
}

a.step-card:is(:hover, :active, :focus),
a.step-card:is(:hover, :active, :focus) * {
	text-decoration: none;
}

.step-card :is(h1,h2,h3,h4,h5,h6,p) {
	color:#231F20;
	margin: 0;
	padding: 0;
}

.step-card__counter {
	display: flex;
	justify-content: flex-start;
	align-items: start;
	gap: 12px;
}


.step-card__counter 