.content__block--worry--03{
	display: flex;
	gap: 39px;
}
	.content__img--worry--03{
		width: 427px;
		height: 336px;
		flex-shrink: 0;
	}
	.content__block--worry--03 .content__list--vertical{
		gap: 18px 30px;
	}
		.content__items--worry--03{
			width: 555px;
			border-bottom: 1px solid #DBDBDB;
			padding-bottom: 18px;
		}
			.content__items__inner--worry--03{
				display: flex;
				align-items: center;
				gap: 8px;
			}
			.content__icon--worry--03{
				border: 1px solid var(--page-main-color);
				border-radius: 50%;
				background: #fff;
				width: 30px;
				height: 30px;
				padding: 9px;
			}
	