.wh-matching-steps {
	display: grid;
	align-content: center;
	width: 100%;
	padding: 0px;
	color: #20332f;
}

.wh-matching-step {
	display: grid;
	grid-template-columns: 42px minmax(0, 1fr);
	column-gap: 15px;
	align-items: start;
	padding: 22px 0;
	border-bottom: 1px solid rgba(47, 85, 77, 0.2);
}

.wh-matching-step:last-child { border-bottom: 0; }
.wh-matching-step__number {
	font-family: "Manrope", sans-serif;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.4;
	color: #b78b4a;
}
.wh-matching-step__title {
	display: block;
	margin: 0 0 5px;
	font-family: "Manrope", sans-serif;
	font-size: 19px;
	font-weight: 600;
	line-height: 1.3;
	color: #20332f;
}
.wh-matching-step__description {
	font-size: 14px;
	line-height: 1.55;
	color: #60706c;
}

@media (max-width: 767px) {
	.wh-matching-step { grid-template-columns: 38px minmax(0, 1fr); }
}
