.content__block--case--09 .content__list--vertical{
	justify-content: center;
	gap: 120px;
}
	.content__items--case--09{
		width: 100%;
		border-top: 1px solid #CABB90;
		padding-top: 30px;
	}
		.content__img--case--09{
			width: 360px;
			height: 270px;
			position: absolute;
			top: -20px;
			left: 0;
		}
		.content__items--case--09:nth-of-type(even) .content__img--case--09{
			right: 0;
			left: inherit;
		}
			.content__wrap--case--09{
				width: 750px;
				margin-left: auto
			}
			.content__items--case--09:nth-of-type(even) .content__wrap--case--09{
				margin-left: inherit;
				margin-right: auto;
			}
				.content__subttl--case--09{
					margin-bottom: 10px;
				}

				.content__description--case--09 {
					font-size: 16px;
					line-height: 1.7;
				}

				.section__wrapper--case--09 .section__space {
					padding-bottom: 146px;
				}

					.content__subttl--case--09 span {
				color: #5B4341;
			}