.page-logo img{
    width:270px;
    height:auto;
    cursor: pointer;
}

.top-bar-mobile{
    display:none;
}

.top-bar {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.subscribe-full {
    margin-top:-10px;
}

@media screen and (max-width: 1761px){
    .subscribe-full {
        margin-top:0px;
    }
    
    .top-bar{
        display:none;
    }
    
    .top-bar-mobile img{
        width:200px;
    }
    
    .top-bar-mobile {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0px;
    }

    .left-btn, .right-btn {
        flex: 1;
        display: flex;
        align-items: center;
    }

    .left-btn {
        justify-content: flex-start;
        padding-left: 0px;
    }

    .right-btn {
        justify-content: flex-end;
        padding-right: 0px;
    }

    .logo {
        flex: 2;
        display: flex;
        justify-content: center;
    }
}