.content__block--worry--05 .content__list--vertical{
	justify-content: center;
	gap: 50px;
}
	.content__items--worry--05{
		width: 188px;
		padding-bottom: 24px;
	}
	.content__items--worry--05::after{
		content: '';
		position: absolute;
		top: 0;
		right: -24px;
		display: block;
		width: 1px;
		height: 100%;
		background: #DBDBDB;
	}
	.content__items--worry--05:last-of-type::after{
		content: inherit;
	}

		.content__img--worry--05{
			width: 150px;
			height: 150px;	
			margin: 0 auto 10px;
		}
			.content__img--worry--05 img{
				border-radius: 50%;
			}
			.content__items--worry--05 .content__subttl--worry--05{
				font-size: 16px;
				text-align: center;
				margin-bottom: 8px;
			}
			.content__items--worry--05 .content__description--worry--05{
				font-size: 14px;
			}
