#page{
    background-image: url('/wp-content/uploads/bg-cloud.png') !important;
    background-size:1750px;
    background-position: top 1100px center !important;
}

#heading {
    background-image: url('/wp-content/uploads/company_bg_image.jpg') !important;
    background-repeat: no-repeat;
    background-size: cover;

}

#heading {
    background-position: right !important;
    background-color: #78BEFF;
    height: 90px;
}



.h3-2{
    background-color: #1282E0;
    border-radius: 40px;
    color: #fff;
}


h4{
    background-color: #E1F0FF;
    border-radius: 40px;
    color: #464646;
    font-weight: bold;
}

@media only screen and (max-width: 768px){
    h4{
        font-size: 1.3rem !important;
    }
}


/*table, td, th, tr {
    border: 1px solid #969696 !important;
}
*/