.lobby-container {
  .tip {
    .tip__title {
      font-size: 20px;
    }
  
    .tip__content {
      font-size: 16px;
  
      p {
        line-height: 25px;
      }
    }
  }
}

