.steps__block{font-size:15px; line-height:22px; color:var(--color_text-1); position:relative}
.steps__block::after {content: "";background: url(../../images/png/arrow-steps.png) no-repeat center center;content: "";position: absolute;width: 223px;height: 22px;right: -126px;top: 40px;}
.steps__image{width: 106px;position:relative;z-index:1;height: 106px;border-radius:100%;background: var(--color_second)}
.steps__title{font-size:18px; line-height:26px; text-transform:uppercase; color:var(--color_text-2); font-weight:700; padding:20px 0 5px}
.wrapper__steps .col-12:last-child .steps__block::after{display:none}
@media(max-width:1229px){
	.steps__block{font-size:14px; line-height:20px}
	.steps__title{font-size:16px; line-height:24px; padding:15px 0 5px}
}
@media(max-width:991px){
	.steps__block{padding-bottom:55px;}
	.wrapper__steps .col-12:last-child .steps__block{padding-bottom:0}
	.steps__block::after {height: 22px;top: auto; transform:rotate(90deg) translateX(50%);right: auto;left: 50%;width: 30px;margin: 0 0 0 -15px;bottom: 30px;}
}