.content__block--flow--08 > .content__description--flow--08{
	text-align: center;
	margin-bottom: 35px;
	line-height: 1.7;
}
.content__block--flow--08 .content__list--vertical{
	gap: 32px;
}
	.content__block--flow--08 .content__items--flow--08::before{
		content: inherit;
	}
		.content__items__inner--flow--08{
			display: flex;
			align-items: center;
			gap: 30px;
		}
		.content__subttl--flow--08 {
			margin-bottom: 9px;
		}
			.content__icon--icon--08{
				width: 94px;
				height: 105px;
				padding: 26px 0 28px;
				background-image: url(/pg-tenant/images/bg_flow.svg);
				flex-shrink: 0;
				text-align: center;
				font-size: 16px;
				color: #fff;
				letter-spacing: 0.02em;
			}
				.content__items__inner--flow--08 .content__icon--icon--08::after{
					width: 100%;
					display: inline-block;
					content: '0' counter(count);
					font-size: 26px;
					line-height: 1.2;
					text-align: center;
					font-weight: 700;
					color: #fff;
					margin-top: -4px;
				}
