.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;
}

.content-header-square-block {
    background-repeat: round;
}

#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%;
    }
}

.content-header-square-block {
padding-top: 20px;
text-align: center;
background-color: #04364b;
background-image: url("https://www.jackpotclubtms.com/Sites/Files/Images/content_header_image.jpg");
background-repeat: no-repeat;
background-size: cover;
height: inherit;
color: #ffffff;
}
