.hero-container {
	background-size: cover;
	background-position: center;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	text-align: center;
	color: #ffffff;
}

.hero-title {
	font-size: 3rem;
}

.hero-content-inner p {
	font-size: 1rem;
}

@media screen and (min-width: 576px) {
	.hero-container {
		min-height: 350px;
	}
}

