@media only screen and (max-device-width : 1360px){
    .header-top-bar > div > ul:last-child > li{
        margin-right: 10px;
    }

    .header-top-bar > div > ul:last-child > li:last-child{
        margin-right: 0%;
    }

    .header-top-bar > div > ul:first-child > li:first-child{
        margin-left: 20px;
    }    

    .header-top-bar > div > ul:first-child > li:last-child{
        margin-left: 0px;
    }    

    ul.founders > li:first-child{
        margin-right: 0;
    }
}