.postep_box {
	padding-top: 40px;
	padding-bottom: 40px;
}
.postep_box .postep_box_bg {
	display: flex;
	flex-direction: column;
	background: #EEECE5;
	padding: 20px;
}
.postep_box .postep_box_bg h2 {
	font-size: 48px;
	font-style: normal;
	font-weight: 300;
	line-height: 100%; /* 48px */
	color: #1C1D20;
	margin-bottom: 40px;
}
.postep_box .opis_postep {
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 3.36px;
	text-transform: uppercase;
	color: #907E70;
}
.postep_box .opis_postep p {
	margin-bottom: 0;
}
.postep_box .opis_postep img {
	margin-bottom: 16px;
}

.postep_box .single_postep2 {
	font-size: 20px;
	font-style: normal;
	font-weight: 450;
	line-height: 120%; /* 24px */
	color: #C8B7AA;
	margin-bottom: 24px;
	display: flex;
	align-items: center;
	font-family: "antonia-variable",sans-serif;
}
.postep_box .single_postep2:last-child {
	margin-bottom: 0px;	
}
.postep_box .stat_postep2 {
	font-family: "Source Sans 3", sans-serif;
	color: #C8B7AA;
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 2.88px;
	text-transform: uppercase;
	margin-bottom: 16px;
}
.postep_box .nr_postep2 {
	width: 40px;
	text-align: center;
	margin-right: 24px;
}
.postep_box .box_postep2 {
	width: calc(100% - 64px);
}
.postep_box .color_next .stat_postep2 {
	display: none;
}
.postep_box .single_postep2.color_open,
.postep_box .color_open .nr_postep2,
.postep_box .color_open .stat_postep2 {
	color: #907E70;
}
.postep_box .single_postep2.color_open .title_postep2 {
	position: relative;
	padding-left: 26px;
}
.postep_box .single_postep2.color_open .title_postep2:before {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    aspect-ratio: 1 / 1;
    background: #907E70;
    border-radius: 100%;
    top: 6px;
    left: 0;
}

@media (max-width: 991px) {
.postep_box .hide_mobile {
	display: none;
}
.postep_box .box_postep2 {
	display: flex;
	flex-direction: column;
}
.postep_box .stat_postep2 {
	order: 1;
}
.postep_box .title_postep2 {
	order: 2;
}
.postep_box .opis_postep {
	margin-top: 40px;
}
}

@media (min-width: 992px) {
.postep_box {
	padding-top: 80px;
	padding-bottom: 80px;
}	
.postep_box .postep_box_bg {
	flex-direction: row;
	
}	
.postep_box .postep_box_bg .right_col,
.postep_box .postep_box_bg .left_col {
	width: 50%;
}
.postep_box .hide_pc {
	display: none;
}
.postep_box .postep_box_bg .left_col {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.postep_box .box_postep2 {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.postep_box .stat_postep2 {
	margin-bottom: 0px;
}
}


@media (min-width: 1200px) {
.postep_box .postep_box_bg {
	padding: 64px 112px;
}
}

@media (min-width: 1440px) {
.postep_box .postep_box_bg {
	padding: 64px 112px;
}
}

@media (min-width: 1600px) {
.postep_box .postep_box_bg {
	padding: 64px 112px;
}
}