@media (max-width: 575.98px) { 

	:root {
		--section-centered-height: 80vh;
	}
}


@media (max-width: 767px) {

	:root {
		--section-centered-height: 65vh;
	}
 }


@media (max-width: 991px) { 

	:root {
		--section-centered-height: 65vh;
	}
}


@media (min-width: 1199px) { 

	:root {
		--section-centered-height: 75vh;
	}
}

@media (min-width: 1399px) { 

	:root {
		--section-centered-height: 100vh;
	}
}