.find-course-header .btn-primary {
background-color: #f89b20 !important;
color: #fff;
outline: none !important;
}
.content-header-square-block .buttons .btn {
padding: 16px 32px;
margin: 6px;
border: none;
background: #f89b20;
}
.btn-light {
color: #fff;
}
.btn-primary {
color: #fff;
background-color: #f89b20 !important;
border: none;
}
.content-header-square-block {
padding-top: 20px;
background-image: url("https://fols3-uat.bluegem.com.au/Sites/Files/Images/fols cover.png");
background-repeat: no-repeat;
background-size: cover;
height: 380px;
color: #ffffff !important;
}
 @media screen and (max-width:1200px){
            .content-header-square-block{
                background-image:url("https://fols3-uat.bluegem.com.au/Sites/Files/Images/FOLS_home.jpg") !important;
                      }
            }
.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 {
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%;
}
}