.background-section {
	background-image: url("../../assets/coming-soon.jpg");
	background-repeat: no-repeat;
	/* width: 100vw;
	height: 100vh; */
	/* max-width: 100%; */
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;

	/* min-height: 100vh; */
	position: relative;
	/* display: flex; */
	/* padding: 30%; */
}

.heading-1 {
	font-size: calc(2vw + 1.1rem);
}

.overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(237, 237, 237, 0.615);
	z-index: 3;
}

.background-content {
	padding: 12.5rem 2rem;
	text-align: center;
	position: relative;
	z-index: 1000;
	text-wrap: wrap;
	/* display: flex; */
}

@media only screen and (min-width: 950px) {
}
