/***************************************************

    ███████╗ ██████╗  ██████╗██╗ █████╗ ██╗
    ██╔════╝██╔═══██╗██╔════╝██║██╔══██╗██║
    ███████╗██║   ██║██║     ██║███████║██║
    ╚════██║██║   ██║██║     ██║██╔══██║██║
    ███████║╚██████╔╝╚██████╗██║██║  ██║███████╗
    ╚══════╝ ╚═════╝  ╚═════╝╚═╝╚═╝  ╚═╝╚══════╝

 ***************************************************/


    ul.social {
        justify-content: center;
    }

        .small .social li:not(:last-child) {
            margin-right: 2em;
        }

        .tablet .social li:not(:last-child) {
            margin-right: 1.5em;
        }

        .laptop .social li:not(:last-child) {
            margin-right: 2.5em;
        }

            .social a {
                width: 48px;
                height: 48px;
                line-height: 48px;
                border-radius: 50%;
                color: var(--nvm-color-white) !important;
                background: var(--nvm-color-black);
                display: flex;
                align-items: center;
                justify-content: center;
            }

            .social a:hover {
                background: var(--brand-color-blue);
                color: var(--nvm-color-white);
                opacity: 1;
            }

                .social svg {
                    height: 25px !important;
                    width: auto !important;
                }