.content-header-square-block {
/*padding-top: 20px;
text-align: center;
background-color: #04364b;
background-image: url("https://beta.bluegemexplore.com.au/Sites/Files/Images/ARFF_Stock1.jpg");
background-repeat: no-repeat;
background-size: cover;
height: inherit;
color: #ffffff;*/
}
.container.sub_heading h1 {
margin-bottom: 3% !important;
}
.container.sub_heading h1 p {
margin-bottom: 0 !important;
}
.container.sub_heading h1 p span {
color: rgb(255,255,255) !important;
}
.container.sub_heading h1 p span.header {
font-size: 50px !important;
}
-#homepageSubheading.container.sub_heading {
padding: 2% !important;
width: 50%;
}
@media (max-width: 375px) and (min-width: 320px) {
.container.sub_heading h1 p span.header {
font-size: 30px !important;
}
#homepageSubheading.container.sub_heading {
padding: 2% !important;
width: 100%;
}
}
@media (max-width: 768px) and (min-width: 375px) {
.container.sub_heading h1 p span.header {
font-size: 40px !important;
}
#homepageSubheading.container.sub_heading {
padding: 2% !important;
width: 90%;
}
}
@media (max-width: 1024px) and (min-width: 768px) {
.container.sub_heading h1 p span.header {
font-size: 45px !important;
}
#homepageSubheading.container.sub_heading {
padding: 2% !important;
width: 80%;
}
}