.text_right_image_left {
	margin: var(--padding) 0;
	background-color: var(--creme);
	padding: var(--padding) 0;
}

.text_right_image_left__sides {
	display: flex;
	align-items: center;
	gap: 168px;
}

.text_right_image_left__text {
	flex: 0 0 512px;
}

.text_right_image_left__image {
	height: 751px;
	flex: 0 0 1061px;
	margin-left: calc(1600px - 512px - 1061px - 168px);
	background-size: cover;
	background-position: center;
	border-radius: 8px;
	overflow: hidden;
}

.text_right_image_left h2 {
	font-size: 48px;
	line-height: 1.2;
	color: var(--brown);
}

.text_right_image_left__content {
	font-size: 16px;
	line-height: 26px;
}

section.fullscreen_image+.text_right_image_left {
	margin-top: -100px;
}

section.text_right_image_left ul {
	padding-left: 15px;
}

@media (max-width: 1660px) {
	.text_right_image_left__image {
		margin-left: -30px;
		flex: 1;
	}
}

@media (max-width: 991px) {
	section.fullscreen_image+.text_right_image_left {
		margin-top: -32px;
	}

	.text_right_image_left__sides {
		flex-direction: column;
	}

	.text_right_image_left__image {
		flex: 0 0 540px;
		width: 100%;
		margin-left: 0;
	}

	.text_right_image_left {
		margin: var(--padding-mobile-half) 0;
	}

	.split_image + .text_right_image_left {
		margin-top: 0;
	}

	.text_right_image_left {
		padding-top: var(--padding-mobile);
		padding-bottom: var(--padding-mobile);
	}

	.text_right_image_left__sides {
		gap: var(--padding-mobile-half);
	}

	.text_right_image_left__text {
		flex: 1;
		text-align: center;
	}

	.text_right_image_left h2 {
		font-size: 24px;
		line-height: 34px;
	}

	.text_right_image_left__content p,
	.text_right_image_left__content li {
		font-size: 14px;
		line-height: 24px;
	}

	.text_right_image_left__content li {
		list-style: none;
	}

	.text_right_image_left__content li:before {
		content: '\2022';
		margin-right: 5px;
	}
}
