.widget_sd_widget_contact_icon:not(:last-child) {
    margin-bottom: 15px;
}

.widget_sd_widget_contact_icon a {
    font-size: 0;
    display: inline-flex;
    align-items: center;
}

.widget_sd_widget_contact_icon .contact-icon {
    align-items: center;
    display: inline-flex;
    justify-content: center;
    background-color: #400782;
    height: 40px;
    width: 40px;
    margin-right: 15px;
    transition: all .3s ease;
}

.widget_sd_widget_contact_icon a:hover .contact-icon {
    background-color: #4e0bde;
    transition: all .3s ease;
}

.widget_sd_widget_contact_icon .contact-icon svg {
    width: 20px;
    height: 20px;
}

.widget_sd_widget_contact_icon .contact-icon svg path {
    fill: #fff;
}

.widget_sd_widget_contact_icon .contact-text {
    color: #929292;
    font-size: 18px;
    transition: all .3s ease;
}

.widget_sd_widget_contact_icon a:hover .contact-text {
    color: #4e0bde;
    transition: all .3s ease;
}

@media screen and (max-width: 1600px) {
    .widget_sd_widget_contact_icon .contact-icon {
        height: 33px;
        width: 33px;
        margin-right: 15px;
    }

    .widget_sd_widget_contact_icon .contact-icon svg {
        width: 17px;
        height: 17px;
    }
}

@media screen and (max-width: 1400px) {
    .widget_sd_widget_contact_icon .contact-icon {
        height: 29px;
        width: 29px;
        margin-right: 15px;
    }

    .widget_sd_widget_contact_icon .contact-icon svg {
        width: 16px;
        height: 16px;
    }

    .widget_sd_widget_contact_icon .contact-text {
        font-size: 16px;
    }
}

@media screen and (max-width: 1000px) {

}