
@media  ( max-width:780px ) {
    .btn-primary.btn-min-height{
      height: auto;
    }
    .invoice-summary{
      flex-wrap: wrap;
    }
    .mb-xs-10{
      margin-bottom: 10px!important;
    }
    .mb-xs-20{
      margin-bottom: 20px!important;
    }
    .w-25{
      width: 100%!important;
      }
   }