.widget_sd_widget_social {
    font-size: 0;
    display: inline-flex;
    margin-right: 10px;
}

.widget_sd_widget_social a {
    display: flex;
    background-color: #ffffff;
    height: 30px;
    width: 30px;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    transition: all .3s ease;
}

.widget_sd_widget_social a:hover {
    background-color: #FC5210;
    transition: all .3s ease;
}

.widget_sd_widget_social a svg {
    width: 22px;
    height: 22px;
}

.widget_sd_widget_social a svg path {
    fill: #002c6d;
    transition: all .3s ease;
}

.widget_sd_widget_social a:hover svg path {
    fill: #fff;
    transition: all .3s ease;
}

.widget_sd_widget_social a.facebook-icon-container {
    align-items: end;
}

.widget_sd_widget_social a.facebook-icon-container svg {
    height: 26px;
}

@media screen and (max-width: 1600px) {
    .widget_sd_widget_social a {
        height: 25px;
        width: 25px;
    }

    .widget_sd_widget_social a svg {
        width: 18px;
        height: 18px;
    }

    .widget_sd_widget_social a.facebook-icon-container svg {
        height: 20px;
    }
}

@media screen and (max-width: 1400px) {
    .widget_sd_widget_social a {
        height: 22px;
        width: 22px;
    }

    .widget_sd_widget_social a svg {
        width: 16px;
        height: 16px;
    }

    .widget_sd_widget_social a.facebook-icon-container svg {
        height: 18px;
    }
}

@media screen and (max-width: 1000px) {

}