@media screen and (min-device-width: 280px) and (max-device-width: 1023px) {
  .wrapper-body {
        display: none;
    }
  .wrapper-body-mobile {
        font-family: sans-serif;
    }
    
   #uk-short-info-mobile {
        font-size: 32px;
        text-align: center;
   }
   
   #uk-short-info-mobile hr {
    margin: 0 auto;
    height: auto;
    display: block;
    position: relative;
   }
   
   #header-menu-line-mobile {
    width: 100%;
    height: auto;
    text-align: center;
   }
   
   #header-menu-line-logo-mobile {
    width: 50%;
   }
   
   .header-menu-line-item-mobile {
      width: 90%;
      padding-top:23px;
      padding-bottom: 23px;
      background-color: rgb(0, 81, 167);
      color: white;
      text-align: center;
      margin: 0 auto;
      margin-bottom: 48px;
      font-size: 48px;
   }
   
   .header-menu-line-item-mobile a {
    text-decoration: none;
    color: white;
    
   }
   
}