.data-center-icon .elementor-widget-container{height:125px;width:100%;display:table;}
.data-center-icon .elementor-widget-container .elementor-image{display:table-cell;vertical-align:middle;}

@media screen and (max-width:768px){
.data-center-icon .elementor-widget-container{
    height:80px;
    width:100%;
    margin:0 auto 20px  !important;
}
}

@media screen and (max-width:480px){
.data-center-icon .elementor-widget-container{
    height:100px;
    width:120px;
    margin:0 auto 20px  !important;
}
}