.gst_banner{
    /*background-image:url(../images/gst_banner_image.png);*/
    background-repeat: no-repeat;
    background-position: right;
background-size: cover;
background-color:#0855cf;
margin-bottom: 0;
    
}
.gst_banner .banner_image_text {width: 100%;}
.gst_banner h4 {margin-top: 130px;}   
.gstComp{margin-top: 24px;margin-bottom: 22px;}
.gstComp p{font-size: 18px;float: none;display: inline-table;width: auto;margin-left: 11px;margin-bottom: 22px;}
.gstComp i{width: 22px;height: 22px;display: inline-table;}


@media screen and (max-width:767px){
    .gst_banner{
        background-image: none;
    }
    .gst_banner h4 {
    margin-top: 50px;
}
}