@media only screen and (max-width: 999px) {
	.flexmobile {
		display: flex !important;
		flex-wrap: wrap;
	}

	body .text-6xl {
		font-size: 2.5rem;
	}

	body .text-5xl {
		font-size: 2rem;
	}
	#hero-section>div.grid{
		grid-template-columns: 1fr;
	}
	#hero-section{
		height: auto;
		padding-top: 2rem;
		padding-bottom: 2rem;
	}
}