

.postep_box.wersja1 h2 {
	color: #04060E;
	margin-bottom: 40px;
}

.postep_box.wersja1 .single_postep3 {
	display: flex;
	padding-bottom: 24px;
}
.postep_box.wersja1 .box_postep3 {
	display: flex;
	width: 40px;
	height: 40px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	aspect-ratio: 1/1;
	border-radius: 100%;
	background: #1A2553;
	color: #fff;
	margin-right: 32px;
	position: relative;
	z-index: 2;
}
.postep_box.wersja1 .title_postep3 {
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%; /* 28.8px */
	color: #04060E;
	position: relative;
}
.postep_box.wersja1 .title_postep3 span {
	font-family: Outfit;
	font-size: 14px;
	font-style: normal;
	font-weight: 300;
	line-height: 120%; /* 16.8px */
	color: #9E9A95;
	display: block;
}

.postep_box.wersja1 .title_postep3:after {
	position: absolute;
	content: '';
	background: #E4DFDA;
	width: 1px;
    height: 100%;
    top: 39px;
    left: -52px;
}
.postep_box.wersja1 .single_postep3:last-child .title_postep3:after {
	display: none;
}


@media (max-width: 991px) {
.postep_box.wersja1 .postep_prac2 {
    padding-bottom: 80px;
}
}

@media (min-width: 992px) {
.postep_box.wersja1 .html_box_bg {
    display: flex;
}
.postep_box.wersja1  .postep_prac,
.postep_box.wersja1  .postep_prac2 {
	width: 50%;
}
.postep_box.wersja1 h2 {
	padding-right: 100px;
}

}