.text_on_image_center {
	text-align: center;
	margin: var(--padding) 0;
	padding: 0 16px;
}

.text_on_image_center__inside {
	background-position: center;
	background-size: cover;
	min-height: 751px;
	display: flex;
	align-items: center;
	position: relative;
	border-radius: 8px;
	overflow: hidden;
}

.text_on_image_center__inside:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #0000004D;
}

.text_on_image_center .container {
	position: relative;
}

.text_on_image_center,
.text_on_image_center a,
.text_on_image_center h2 {
	color: white;
}

.text_on_image_center h2 {
	font-size: 48px;
	line-height: 1.2;
	margin-bottom: 30px;
}

.text_on_image_center__content {
	width: 648px;
	max-width: 100%;
	margin: 0 auto;
}

.text_on_image_center__text li {
	text-align: left;
}

@media (max-width: 767px) {
	.text_on_image_center h2 {
		font-size: 24px;
		line-height: 34px;
		margin-bottom: 24px;
	}

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

	.text_on_image_center__inside {
		height: auto;
		min-height: 600px;
	}

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