
    #footer-05 .col p:last-of-type, 
    #footer-05 .col li:last-child {
        margin-bottom: 0;
    }
/* Social
----------------------------------------*/
    #footer-05 a.social {
        line-height: 1.5;
    }
    #footer-05 .social-links-text-wrapper.d-flex {
        display: block;
    }
    #footer-05 .col-1 p,
    #footer-05 .col-1 a,
    #footer-05 .single-social-text { /* same as ul li margin bottom */
        margin-bottom: 0.833vw;
    }


/* Footer notes
----------------------------------------*/
    #footer-05 .footer-notes-text p {
        position: relative;
        display: flex;
        align-items: center;
    }
    #footer-05 .footer-notes-text p:not(:last-of-type):after {
        content: '';
        width: 15px;
        height: 1px;
        background-color: var(--color_1--);
        margin: 0 10px;
    }


/* ---------------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------------------
------------------------------------------------- MEDIA QUERY ----------------------------------------------------
------------------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------------------*/

/* Full hd
------------------------------------------------------------*/
    @media screen and (max-width: 1920px) {
        #footer-05 .col-1 p,
        #footer-05 .col-1 a,
        #footer-05 .single-social-text { /* same as ul li margin bottom */
            margin-bottom: 16px;
        }
    }


/* Tablet Port
------------------------------------------------------------*/
    @media screen and (max-width: 992px) {
        #footer-05 .sub-menu > li:first-child {
            display: block;
        }
        #footer-05 .bg-c-gap {
            grid-column-gap: 6em;
        }

    }
/* Mobile Landscape
------------------------------------------------------------*/
    @media screen and (max-width: 600px) {
        #footer-05 .bg-c-gap {
            grid-column-gap: 4em;
        }
    }
/* Mobile Portrait
------------------------------------------------------------*/
    @media screen and (max-width: 600px) {
        #footer-05 .bg-c-gap {
            grid-column-gap: 0;
        }
        #footer-05 .col {
            width: 100%;
            margin-bottom: 1em;
            padding-bottom: 1em;
            border-bottom: 1px solid var(--color_1-);
        }
        #footer-05 #work-with-us {
            position: initial !important;
        }
        #footer-05 .social-links-text-wrapper.d-flex {
            display: flex;
            justify-content: space-between;
        }
        #footer-05 .footer-notes-text p:not(:last-of-type):after {
            content: none;
        }
        #footer-05 .footer-notes-text p {
            margin-right: 1em;
            margin-bottom: 8px;
        }
        #footer-05 .footer-notes-text p:nth-last-child(-n + 2) {
            width: auto;
        }
        #footer-05 .footer-notes-text p:nth-child(-n+2) {
            width: 100%;
        }
        #footer-05 .single-social-text {
            margin-bottom: 0;
        }
    }