.industry-about-box{
    box-shadow: 0 0 15px rgba(0,0,0,0.3)
}
.industry-submit-btn{
    display:block;
    margin:20px auto 0 auto;
    text-transform:uppercase;
}
.menu-image-width-home-left{
    width:480px;
    margin-left: -24px;
}
.menu-image-width-home-right{
    width:460px;
    margin-left: -107px;
    margin-top:40px;
}



/* LARGE DESKTOP PART */
@media screen and (min-width:1200px){
}

/* DESKTOP PART */
@media screen and (min-width:992px) and (max-width:1199px){
}

/* TABLET LANDSCAPE PART */
@media screen and (min-width:768px) and (max-width:991px){
    
div .industry-services-we{
    margin-top:0px !important;
}

}
/* TABLET PROTRAIT PART */
@media screen and (min-width:480px) and (max-width:767px){
    
div .industry-services-we{
    margin-top:0px !important;
}

}

/* SMART PHONE LANDSCAPE PART */
@media screen and (min-width:321px) and (max-width:479px){
    
div .industry-services-we{
    margin-top:0px !important;
}

}

/* SMART PHONE PROTRAIT PART */
@media screen and (max-width:320px){

}