.custom-icon {
    display: block;
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
}

.custom-icon-facebook {
    background: url('/images/Icons/GS_Facebook-Orange.svg');
}

.custom-icon-instagram {
    background: url('/images/Icons/GS_Instagram-Orange.svg');
}

.custom-icon-linkedin {
    background: url('/images/Icons/GS_LinkedIn-Orange.svg');
}