.net-icons-table {
    max-width: 350px;
}

.network-icons {
    transition: transform .2s; /* Animation */
}

.network-icons:hover {
    transform: scale(1.2);
}

.network-icons {
    width: 80px;
    height: auto;
}

.net-icons-table .elementor img {
    height: auto;
    max-width: 100%;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0px !important;
    padding: 0px !important;
}

.icon-td {
    border: solid 0px #cacaca;
    padding-left: 0px !important;
}

table .icon-td {
    border: solid 0px #cacaca;
    padding-left: 0px !important;
}