#G-glance_wrapper {
    background-color: #0e2b63;
}

#G-glance_headers {
    padding-top: 5px;
    padding-left: 40px
}

#G-glance_headers > h4 {
    color: #ffffff;
    margin-bottom: 5px;
}

#G-glance_headers > h5 {
    color: #ffffff;
    line-height: 2;
    font-size: 1.1em;
    margin-bottom: 5px;
    margin-top: 5px;
}

#G-glance{
    display:grid;
    grid-template-columns: auto auto auto auto;
    column-gap: 20px;
    row-gap: 20px;
    background-color: #0e2b63;
    padding: 40px 40px 20px 40px;
}



@media only screen and (min-width: 760px) and (max-width: 983px) {
    #G-glance{
        grid-template-columns: auto auto auto;
    }
}


@media only screen and (min-width: 520px) and (max-width: 759px) {
    #G-glance{
        grid-template-columns: auto auto;
    }
}

@media only screen and (max-width: 519px) {
    #G-glance{
        grid-template-columns: auto auto;
    }
}

#G-glance > div {
    padding: 15px;
    
    height: 120px;
    position: relative;
}

#G-glance > div img{
    position:absolute;
    width: 30%;
    bottom: 10px;
    right:10px;
}

.G-div_text {
    position: absolute;
    width: 65%;
    

}

.G-div_text > h5 {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: bold;
}

.G-div_text > p {
    font-weight: 400!important;
    font-size: 0.85em!important;
    line-height: 100%;
    margin-top: 5px;
}

.G-txt2 {
    display: block;
    padding-right: 20px;
    padding-top: 15px;
    font-size: 0.85em!important;
    


}

.glace_footnote {
    background-color: #0e2b63;
    color: #ffffff;
    padding: 0 40px 40px 40px;
    font-size: 0.7em;
}

#G-products {background-color: #00b1eb;}
#G-products h5 {color: #ffffff; }
#G-products p {color: #ffffff!important;}

#G-categories {background-color: #ffbb00;}
#G-categories h5 {color: #0e2b63; }
#G-categories p {color: #0e2b63!important;}


#G-consumers {background-color: #ef7d00;}
#G-consumers h5 {color: #ffffff; }
#G-consumers p {color: #ffffff!important;}

#G-employees { background-color: #e72582;}
#G-employees h5 {color: #0e2b63; }
#G-employees p {color: #0e2b63!important;}

#G-revenue {background-color: #004f9f;}
#G-revenue h5 {color: #ffffff; }
#G-revenue p {color: #ffffff!important;}

#G-profits {background-color: #5a328a;}
#G-profits h5 {color: #ffffff; }
#G-profits p {color: #ffffff!important;}

#G-indices {background-color: #afca0b;}
#G-indices h5 {color: #0e2b63; }
#G-indices p {color: #0e2b63!important;}

#G-manufacturing {background-color: #50af47;}
#G-manufacturing h5 {color: #ffffff; }
#G-manufacturing p {color: #ffffff!important;}

