@media (max-width: 992px) {
     .lg\:h-inherit{
          height: inherit
     }
     .lg\:hidden{
          display: none;
     }
     .lg\:flex{
          display: flex;
     }
     .lg\:row-reverse{
          flex-direction: row-reverse;
     }
     .lg\:flex-nowrap{
          flex-wrap: nowrap !important;
     }
 }
 @media (min-width: 450px) and (max-width: 992px) {
     .lg\:pl-3{
          padding-left: 12px;
     }
 }
