.description .about-us-icon{
    width:40px!important;
}

@media only screen and (max-width: 3000px){
    .description .about-us-icon{
        width:35px!important;
    }
}

@media only screen and (max-width: 1024px){
    .description .about-us-icon{
        width:25px!important;
    }
}

@media only screen and (max-width: 768px){
    .description .about-us-icon{
        width:20px!important;
    }
}

@media only screen and (max-width: 512px){
    .about-us-icon{
        width:15px!important;
    }
}