.sharing-custom-text {
    margin-right: 10px;
}
.sharing-custom-text,
.social-icons {
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    font-size:20px;
}

.fa-brands.fa-facebook {
    color: #316FF6 !important;
}

.fa.fa-linkedin {
    color: #0077b5 !important;
}

.fa-solid.fa-envelope {
    color: #54daff !important;
}

.fa-brands.fa-x-twitter {
    color: #000000 !important;
}

.fa-brands.fa-whatsapp {
    color: #075E54 !important;
}

.fa-brands, .fa-solid {
    margin-right: 10px; 
}

    .fa-brands:last-child, .fa-solid:last-child {
        margin-right: 0;
    }
