.steny-step__heading{padding-bottom:24px}
.steny-step__heading-title{font: 500 24px/30px 'PT Sans', sans-serif; color: #000;}
.steny-step__heading-title-small{font: 500 12px/15px 'PT Sans', sans-serif; color: #000}
.steny-step__heading-description{font: 500 16px/20px 'PT Sans', sans-serif; color: #000}
.steny-step__heading-icon{width:72px; min-width:72px}
.steny-step__heading-icon img{max-width:100%; height:auto}
.steny-step__heading-text{width:calc(100% - 72px); padding-left:16px}
.steny-step__row{margin:-4px}
.steny-step__col{padding:4px}
.steny-step__block{padding: 24px;background: #FFFFFF;border: 1px solid #D9D9D9;border-radius: 32px; font:500 16px/20px 'PT Sans', sans-serif; color: #666}
.steny-step__num{font-size: 24px;line-height: 30px;color: #000; padding-bottom:16px}
.steny-step__four-col .steny-step__col{width:25%}
.steny-step__six-col .steny-step__col{width:16.666%}
@media(max-width:1229px){
	.steny-step__heading{padding-bottom:20px}
	.steny-step__heading-title{font: 500 20px/26px 'PT Sans', sans-serif}
	.steny-step__heading-description{font: 500 14px/18px 'PT Sans', sans-serif}
	.steny-step__heading-icon{width:60px; min-width:60px}
	.steny-step__heading-text{width:calc(100% - 60px); padding-left:15px}
	.steny-step__block{padding: 20px; font:500 14px/18px 'PT Sans', sans-serif}
	.steny-step__num{font-size: 20px; line-height: 26px; padding-bottom:15px}
}
@media(max-width:991px){
	.steny-step__six-col .steny-step__col{width:25%}
}
@media(max-width:767px){
	.steny-step__four-col .steny-step__col, .steny-step__six-col .steny-step__col{width:50%}
}
@media(max-width:575px){
	.steny-step__heading{padding-bottom:15px}
	.steny-step__heading-title{font: 500 18px/24px 'PT Sans', sans-serif}
	.steny-step__heading-title-small{padding:5px 0}
	.steny-step__heading-icon{width:50px; min-width:50px}
	.steny-step__heading-text{width:calc(100% - 50px); padding-left:10px}
	.steny-step__block{padding: 15px 20px}
	.steny-step__num{font-size: 18px; line-height: 24px; padding-bottom:10px}
	.steny-step__four-col .steny-step__col{width:100%}
}