
.postep_box_bg {
    display: flex;
    flex-direction: column;
}
.postep_box_bg .btn-primary {
	margin-top: 25px;
	margin-bottom: 30px;
}
.postep_box_bg .single_postep {
    display: flex;
    flex-direction: column;	
	flex-direction: row;
	align-items: center;
	font-family: "Outfit", sans-serif;
	font-size: 18px;
	line-height: 24px;
	font-weight: 600;
}
.postep_box_bg .single_postep .nr_postep {
	font-size: 60px;
	line-height: 70px;	
	font-weight: bold;
	text-align: center;
	width: 110px;
}
.postep_box_bg .single_postep .ikona_postep {
	width: 50px;
}
.postep_box_bg .single_postep .title_postep {
    width: 100%;
}
.postep_box_bg .single_postep:hover {
	color: #C7B6A7;
}
.postep_box_bg .single_postep .ikona_postep {
	filter: invert(22%) sepia(38%) saturate(770%) hue-rotate(319deg) brightness(88%) contrast(93%);
}
.postep_box_bg .single_postep:hover .ikona_postep {
	filter: invert(93%) sepia(3%) saturate(2044%) hue-rotate(334deg) brightness(83%) contrast(85%);
}

@media (min-width: 992px) {
.postep_box_bg {
    flex-direction: row;
}
.postep_prac_right,
.postep_prac_left {
	width: 50%;
}
.postep_prac_right {
    padding-left:15px;
}
.postep_box_bg .btn-primary {
	margin-top: 40px;
	margin-bottom: 0px;
}
}

@media (min-width: 1200px) {
.postep_box_bg .btn-primary {
	margin-top: 50px;
}
}

@media (min-width: 1440px) {
.postep_prac_right {
    padding-left:85px;
}
.postep_box_bg .btn-primary {
	margin-top: 60px;
}
.postep_box_bg .single_postep {
	font-size: 20px;
	line-height: 26px;
}
}

@media (min-width: 1600px) {
.postep_prac_right {
    padding-left:150px;
}
.postep_box_bg .btn-primary {
	margin-top: 70px;
}
}