.bm_wrapper{
        background-color: #004f9f;
        padding-bottom: 50px;
}

.bm_content{
    padding: 1px 30px 1px 30px;
}

.bm_title {
        width: 60%;
}

.bm_text {
        width: 60%;
}

.bm_title h4 {color: #ffffff;}
.bm_text p{color: #ffffff!important;}

.business-model_image {
        display: block;
        width: 70%;
        margin-right: auto;
        margin-left: auto;
}



#abt_wrapper{
        background-color: #002453;
        text-align: center;
        margin-top: 20px;
        padding: 20px 0 20px 0;
}


#abt_headers {
        padding-top: 0px;
        padding-left: 0px
        text-align: center;
}

#abt_headers > h4 {
        color: #ffffff;
}

#abt_headers > h5 {
        color: #ffffff;
        line-height: 3;
        font-size: 1.1em;
        margin-bottom: 0px;
        margin-top: 5px;
}

#abt_grid{
        display:grid;
        grid-template-columns: auto auto auto auto;
        column-gap: 10px;
        row-gap: 10px;
        background-color: #002453;
        padding: 10px 40px 40px 40px;
}



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


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

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

#abt_grid > div {
        

        height: 120px;
        position: relative;
}

#abt_grid > div img{
         

}

.abt-div_text {
        position: absolute;
        width: 75%;
        right: 20px;
        top: 70px;
}

.abt-div_text > h5 {
        margin-top: 0;
        margin-bottom: 0;
        font-weight: bold;
        font-size: 18px;
}

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

#abt_g1 h5 {color: #ffffff; }
#abt_g2 h5 {color: #ffffff; }
#abt_g3 h5 {color: #ffffff; }
#abt_g4 h5 {color: #ffffff; }

