.lobby-landing{
    top: 70px;
}

.lobby-landing h1{
    color: #000;
    line-height: 31px;
    bottom: 10px;
    text-align: center;
    font-weight: 100;
    position: relative;
    bottom: 35px;
}

.lobby-landing h2{
    color: #000;
}

.lobby-landing h1 span:first-of-type {
    color: var(--blueTS);
}

.lobby-landing p{
    color: #000;
}

.lobbyRowWrap{
    margin-top: 30px;
    margin-bottom: 60px;
}

.content-lobby.lobby-landing {
    top: 0px;
}

@media (min-width: 1024px){
    
.lobby-landing{
    top: 230px;
}

.lobby-landing h1{
    bottom: 65px;
}

.lobbyRowWrap{
    margin-bottom: 235px;
}

.content-lobby.lobby-landing {
    top: 149px;
}
}