@media screen and (max-width: 991px) {
	.container {
		padding-right: calc(var(--bs-gutter-x) * 0.67) !important;
		padding-left: calc(var(--bs-gutter-x) * 0.67) !important;
	}
}

@media screen and (min-width: 992px) {
	/* General Config CSS */
	/*.custom-underline {*/
	/*	background-image: url("../images/svg/underline-stroke.svg");*/
	/*	background-repeat: no-repeat;*/
	/*	background-size: 100% 0.6em;*/
	/*	background-position: left 100%;*/
	/*	box-decoration-break: clone;*/
	/*	-webkit-box-decoration-break: clone;*/
	/*	padding: 0 4px;*/
	/*}*/
	/* Specific Section CSS */
	/* First section // header section */
	.main-headline {
		font-size: 4.75rem;
	}

	.stat-label {
		max-width: 150px;
	}

	.stat-extra-label {
		padding-top: 15px;
	}

	.step-container p {
		max-width: 425px;
	}

	.strategy-section {
		min-height: 600px;
		display: flex;
		align-items: center;
	}

	.challenge-grid p {
		max-width: 400px;
	}

	.process-section {
		background-image: url('../images/jpg/2x/dark-zap-background-2x.jpg');
	}
}

/* Shrink container margins */
@media screen and (min-width: 1700px) {
	.container {
		max-width: 1600px;
	}

	.text-xxl-nowrap {
		text-wrap: nowrap;
	}

	/*	BG Images */
	.marketeers-section {
		background-image: url('../images/jpg/2x/dark-pill-background-2x.jpg');
	}
}

@media screen and (min-width: 1921px) {

}