.footer-social img{
    width: 20px !important;
    max-width: 20px;
    min-width: 20px;
    height: 20px !important;
    max-height: 20px;
    min-height: 20px;
}
.footer-social{
    display: flex;
    gap: 10px;
}
.norm_row.sfsi_wDiv {
    width: auto !important;
}

@media (max-width:768px) {
    .sfsi_widget.sfsi_shortcode_container{
        margin: 0 auto;
        width: fit-content;
        float: unset;
    }
}