



.postep_box_bg {
    display: flex;
	flex-direction: column;
}

.postep_box_bg h2 {
	max-width: 390px;
	margin-bottom: 40px;
}

.single_postep {
	display: flex;
	align-items: center;
	flex-direction: row;
	margin-bottom: 8px;
}
.single_postep:last-child {
	margin-bottom: 0px;
}
.box_postep {
	background-color: #fff !Important;
	border-color: #fff !Important;
	color: #1F110B;
	font-size: 32px;
	line-height:120%;
	width: 40px;
	text-align: center;
	font-weight: 600;
	min-width: 40px;
}
.title_postep {
	font-size: 18px;
	line-height: 120%;
	color: #1F110B;
	font-weight: 600;
}
.ikona_postep {
	margin-left: 24px;
	margin-right: 32px;
	width: 48px;
	min-width: 48px;
}

@media (max-width: 991px) {
.postep_box.wersja1 {
	padding-bottom: 24px;
	padding-top: 35px;
}
}

@media (min-width: 992px) {
.postep_box_bg {
	align-items: center;
	flex-direction: row;
}
.postep_txt {
	width: 50%;
}
.postep_prac {
	width: 50%;
}
.postep_box_bg h2 {
	margin-bottom: 40px;
}

}