.hero-jumbo {
	
	background-color: #272C3C;

	color: white;

	margin-top: 56px !important;

	padding-top: 5rem;
	padding-bottom: 5rem;
}


.hero-section {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.phone {
	width: 400px;
	padding: 0 30px;
	max-width: 100%;
}

.hero-text {
	font-weight: 800; 
	font-size: 5rem;
	text-align: center;
}

.hero-subtext {
	font-weight: 600;
	color: black; 
	font-size: 4rem;
}

.hero-caption {
	color: #eee;
	font-weight: 400;
	text-align: center;
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.hero-chariz {
	align-items: center; 
	height: 60px;
}