.homepage_card_inner
{
	justify-content: flex-start;
}

@media (max-width: 992px)
{
	.hideMobile
	{
		display: none;
	}
}

.homepage_card_inner button
{
}

.download_col
{
	justify-content: center;
}

.download_content h1
{
	padding-left: 15px !important;
}

.download_content div
{
	align-items: center;
	display: flex;
	height: 100%;
}

#legal h1, #legal h2, h1, h2, h3
{
	color: #0F1D22;
}

#legal h1
{
	font-weight: 700;
	font-size: 55px;
}

.alert_content h1
{
	font-weight: 700;
}

.footer_left p
{
	opacity: 0.8;
}