.wrapper__story .widget__title{text-align:center; padding:0}
.wrapper__story .story__heading{font-size: 24px;text-align: center;max-width:600px;margin:30px auto 60px}
.wrapper__story .story__heading em{font-size:125%;color: #26734F;}
.story__inner, .story__block{display:flex;flex-direction:column;gap: 80px 0;}
.story__inner{width:770px;padding-left: 70px; position:relative}
.story__block{gap:20px 0; position:relative}
.story__block::before{content:"";position:absolute;background: url(/templates/filin/images/story.svg) no-repeat 0 0  / contain;width: 43px;height: 42px;left: -60px;top: -12px;}
.story__block::after{content:"";position:absolute;width: 1px;top: 29px;bottom: -69px;left: -39px;background:#26734F}
.story__block p{margin:0}
.story__block p span{font-style:italic; color:#26734F}
.story__block:last-child::after{display:none}
.story__logo{position: absolute; right: -280px; top: 125px;}
  
@media(max-width:1229px){
	.wrapper__story .story__heading{font-size: 22px;max-width: 575px;margin: 25px auto 50px;}
	.story__inner, .story__block{gap: 60px 0;}
	.story__inner{width: 670px;padding-left: 60px;}
	.story__block{gap: 20px 0}
	.story__block::before{width: 43px;height: 42px;left: -60px;top: -12px;}
	.story__block::after{top: 29px;bottom: -50px;left: -39px}
	.story__logo{right: -180px;top: 125px;width: 130px;}
}
@media(max-width:991px){
	.wrapper__story .story__heading{font-size: 20px;max-width: 520px;margin: 20px auto 40px;}
	.story__inner, .story__block{gap: 40px 0;}
	.story__inner{width: 560px;padding-left: 50px;}
	.story__block{gap:15px 0}
	.story__block::before{width: 33px;height: 32px;left: -50px;top: -8px;}
	.story__block::after{top: 24px;bottom: -35px;left: -35px;}
	.story__logo{right: -140px;top: 110px;width: 100px;}
}
@media(max-width:767px){
	.wrapper__story .story__heading{font-size: 18px;max-width: 520px;margin: 15px auto 30px;}
	.story__inner, .story__block{gap: 30px 0;}
	.story__inner{width: 100%;padding-left: 40px;}
	.story__block{gap:15px 0}
	.story__block::before{width: 25px;height: 24px;left: -40px;top: -5px;}
	.story__block::after{top: 18px;bottom: -25px;left: -28px;}
	.story__logo{width: 70px;position: static;margin: 0 auto;transform: translateX(-20px);}
}
@media(max-width:575px){
	.wrapper__story .story__heading{font-size: 16px;max-width: 100%;margin: 10px auto 20px;}
	.story__inner, .story__block{gap: 20px 0;}
	.story__inner{padding-left: 35px;}
	.story__block{gap:10px 0}
	.story__block::before{width: 20px;height: 20px;left: -35px;top: -5px;}
	.story__block::after{top: 15px;bottom: -15px;left: -25px;}
	.story__logo{width: 60px; transform: translateX(-15px);}
}
