.content__block--case--04 .content__list--vertical{
	justify-content: center;
	gap: 60px;
}
	.content__items--case--04{
		width: 340px;
		padding-bottom: 16px;
	}
	.content__items--case--04::after{
		content: '';
		position: absolute;
		top: 0;
		right: -30px;
		display: block;
		width: 1px;
		height: 100%;
		background: #DBDBDB;
	}
	.content__items--case--04:last-of-type::after{
		content: inherit;
	}

		.content__img--case--04{
			width: 110px;
			height: 110px;	
			margin: 0 auto 20px;
			border-radius: 50%;
		}
		.content__img--case--04 img{
			border-radius: 50%;
			object-fit: cover;
		}
			.content__subttl--case--04{
				margin-bottom: 12px;
			}
