/* Remove space at bottom of icon cards without CTA */
#app .scl-card-icon__content {
  margin-bottom: auto;
  padding: 0 16px;
}
/* Feature text box with image */
.text-box {
background-color: #f4f4f4;
box-shadow: 0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12);
padding-bottom: 24px;
}
.text-box img {
margin: 0px !important;
width: 100%;
}
.text-box p {
padding-left: 20px;
padding-right: 20px;
}
.title_text {
font-size: 40px;
font-weight: 700;
color: #0b3b75;
line-height: 1.1 !important;
padding-top: 24px;
}
/* image and text alignment */
.center_text {
	display: flex;
	align-items: center;
}
.center_text span {
	padding: 10px;
}
/* Typography */
.white-text {
color: white !important;
}
/* Background image */
@media(max-width:768px) {
.background-theme{
background-color: #e0f4f5;
}
}
.background-theme{
background-image: url("https://hia.com.au/-/media/images/conference/queensland-bg.jpg");
background-position: 0 0;
background-size: cover;
}
@media(max-width:768px) {
.background-sponsor {
background-color: #2d373e;
}
}
.background-sponsor {
background-image: url("https://hia.com.au/-/media/images/awards/aha/awards-sponsor-bg.jpg");
background-position: top center;
background-size: cover;
}