.facebookColor {
    background-color: #3B5998 !important;
}

.linkedInColor {
    background-color: #0077B5;
}

.socialIcon {
    margin-right: 15px !important;
    line-height: 80px !important;
}

.icon-block {
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .socialIconDiv {
        text-align: center;
    }
}
@media (max-width: 375px) {
    .socialIcon {
        width: 55px !important;
        height: 55px !important;
        line-height: 67px !important;
    }
}