.fixed-social{
    position: fixed;
    bottom: 100px;
    right: 20px;
    z-index: 999;
    display: flex;
    flex-flow: column;
    gap: 20px;
}
.fixed-social img{
    width: 40px;
    height: 40px;
    object-fit: contain;
}
.fixed-social .h-call img{
    filter: brightness(0) saturate(100%) invert(17%) sepia(98%) saturate(7485%) hue-rotate(359deg) brightness(99%) contrast(113%);
    border: 1px solid red;
    border-radius: 100%;
    padding: 10px;
}