.BigTitleCenter {
	margin-top: 12rem;

	.heading_wrapper {
		top: 0%;
		right: 50%;
		transform: translate(50%, -51%);

		.Title {
			font-size: 11rem;
			text-transform: uppercase;
		}
	}

	@media screen and (max-width:980px) {
		margin-top: 6rem;

		.heading_wrapper {

			.Title {
				font-size: 5rem;
			}
		}
	}
}

.BigTitleCenterBGDark {
	margin-top: 12rem;

	.heading_wrapper {
		top: 0%;
		right: 50%;
		transform: translate(50%, -51%);

		.Title {
			font-size: 11rem;
			text-transform: uppercase;
			color: #E6E6E6;
		}
	}

	@media screen and (max-width:980px) {
		margin-top: 6rem;

		.heading_wrapper {

			.Title {
				font-size: 5rem;
			}
		}
	}
}

.BigTitle {
	position: relative;
	z-index: 2;

	.heading_wrapper {
		.Title {
			font-size: 8rem;
			text-transform: uppercase;
			color: #CDCDCD;
		}
	}

	@media screen and (max-width:980px) {
		.heading_wrapper {
			.Title {
				font-size: 5rem;
			}
		}
	}
}