@media (max-width: 992px){
    .min-header {
       height: 5rem !important;
    }
    div.min-header-right {
      display: none !important;
    }
    div.min-header .min-header-box {
      margin-left: 9rem;
    }
    .min-header .min-header-box .min-header-left {
       font-size: 2.4rem !important;
       /* justify-content: center; */
    }
    .min-header .min-header-box .min-header-left .min-header-letter img{
       width: 3rem !important;
       height: 3rem !important;
    }
    .min-header .min-header-box .min-header-left .min-header-time img {
       width: 3rem !important;
       height: 3rem !important;
    }
 }