.content__block--worry--01 .content__list--vertical{
	justify-content: center;
	gap: 25px;
}
	.content__items--worry--01{
		width: 208px;
		border: 1px solid var(--page-main-color);
		background-color: #fff;
	}
	.content__items__inner--worry--01{
		padding: 30px 23px 25px;
	}
		.content__img--worry--01{
			width: 90px;
			height: 90px;
			margin: 0 auto 13px;
		}
		.content__items--worry--01 .content__img--worry--01 img{
			border-radius: 50%;
			object-fit: cover;
		}
			.content__img--worry--01{
				border-radius: 50%;
			}
			.content__subttl--worry--01{
				margin-bottom: 12px;
			}