.commerce_head {
    text-align: center;
    font-size: 28px;
    background-color: #00A753;
    color: white;
    border-radius: 5px;
}
.commerce_mou{
    padding: 5px;
    height: 55px;
    color: white;
    background-color: #B61212;
}
.commerce_Ul{
    color: #1414A0;
}
.commerce_icon{
    color: #198754;
}
.commerce_margin{
    margin-left: 34px;
}
.commerce_vision_mission{
    width: 45%;
    height: 230px;
}
.commerce_history{
    width: 60% !important;
    
}
.commerce_wd_28 {
    width: 28%;
    border-radius: 15px;
    height: 272px;
}

@media screen and (max-width:600px) {
    
    .commerce_vision_mission{
        width: auto;
        height: 309px;
    }
    .vision_mission {
        margin-left: 0px !important;
        margin-top: 12px !important;
        margin-right: 0px !important;
    }
    .commerce_history{
        width: auto !important;
        
    }
    .commerce_wd_28 {
        width: 88%;
    border-radius: 15px;
    height: 305px;
    }
    
    
}