.qh-cards { 
    align-items:end;
}
.qh-facts {
	margin-bottom: 2rem;
	padding-left: 1rem !important;
	padding-right: 1rem !important;
}
.qh-facts-header h3, .qh-facts-header p { 
	margin-top: 12px;
	margin-bottom:6px;
}
.qh-facts-header p { 
	font-size: 0.8rem;
}
.qh-facts-header { 
	display: flex;
	justify-content: space-between;
	-ms-flex-pack: justify;
	padding-left:0.5em;
	padding-right:0.5em;
}
@media (max-width:767px) {
    .qh-facts-header {
        flex-direction: column;
    }    
     .qh-facts-header p {
        margin-top:0px;
     }
}
.qh-fact-wrapper { 
	display:flex;
	display:-ms-flexbox;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
}
.qh-fact-wrapper > div {
	background: #f6f6f6;
	flex: 1 1 0;
	-ms-flex: 1 1 0px;
	margin-left: 10px;
	border-radius:3px;
	padding: 0.7em;
}
.qh-fact-wrapper > div:first-child { 
	margin-left: 0px;
}
.qh-fact-wrapper > div > span:first-child { 
	display:block;
	font-size: 39px;
	font-weight: 900;
	line-height: 1;
	margin-bottom:8px
	margin-top:5px;
}
@media (min-width:768px) {
    .qh-fact-wrapper > div > span:first-child { 
	    font-size: 48px;
    }
}
.qh-fact-wrapper > div > span:nth-child {
	color:#444444;
}
.qh-fact-wrapper > div:nth-child(1) > span:first-child {color:#022A50;}
.qh-fact-wrapper > div:nth-child(2) > span:first-child {color:#09549F;}
.qh-fact-wrapper > div:nth-child(3) > span:first-child {color:#008733;}
.qh-fact-wrapper > div:nth-child(4) > span:first-child {color:#444444;}

@media (max-width: 767px) {
	.qh-fact-wrapper > div { 
		min-width:40%; 
		margin-bottom: 10px;
	}
	.qh-fact-wrapper > div:nth-child(3) { 
		margin-left: 0px;
	}
}

/* aside */
.qh-facts-aside { 
	margin-bottom: 2rem;
	padding-left: 1rem !important;
	padding-right: 1rem !important;
}
.qh-facts-aside .content { 
	background: #f6f6f6;
	border-radius:3px;
	height:100%;
	display:flex;
	justify-content: stretch;
}
.qh-facts-aside .content > p {
	flex: 1 1 70%;
	font-size: 1.3em;
	font-weight: bold;
    padding: 0.77em;
	margin:0px;
}
.qh-facts-aside .content > a {
	flex: 1 1 85px;
	background-image:  url(https://www.qld.gov.au/__data/assets/image/0027/125379/covid-quiz-vert.png), url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAIAAAAmkwkpAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAYSURBVBhXYyjZ5gxHqJwPYWpwhMQJUwMAWOIWyVH3Cv8AAAAASUVORK5CYII=);
	background-size: contain, 100% 100%;
	background-position: center;
	background-repeat: no-repeat;
}

@media (max-width:374px) {
	.qh-fact-wrapper > div > span:first-child {
		font-size: 32px;
	}
	.qh-fact-wrapper > div > span:nth-child(2) {
		font-size: 14px;
	}
}