.content__block--flow--05 .content__list--vertical{
	justify-content: center;
	gap: 40px;
}
	.content__items--flow--05{
		width: 100%;
		border: 1px solid #333;
		padding: 40px 48px 38px 40px;
	}
	.content__list--vertical .content__items--flow--05::before{
		content: '0'counter(count);
		display: flex;
		justify-content: center;
		align-items: center;
		height: 70px;
		width: 70px;
		font-size: 26px;
		background: #333;
		color: #fff;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
	}
		.content__items__inner--flow--05{
			display: flex;
			align-items: center;
			gap: 30px;
		}
		.content__img--flow--05{
			width: 340px;
			height: 255px;
			flex-shrink: 0;
		}

				.content__subttl--flow--05{
					display: flex;
					gap: 20px;
					color: #333;
					border-bottom: 1px solid #333;
					padding-bottom: 22px;
					margin-bottom: 24px;
				}
