@media (max-width: 575px) {
  .company-info {
    display: none;
  }
  /* .nav-top {
    display: block;
  } */
  .mom-resp-img {
    width: 100%;
  }
}
@media (min-width: 576px) {
  .company-info {
    display: block;
    /* position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important; */
    width: 100%;
    height: auto;
  }
  /* .nav-top {
    display: none;
  } */
  .mom-resp-img {
    width: 50%;
  }
}

@media (max-width: 767px) {
  /* .mom-icon-btn {
    width: 3rem;
    height: 3rem;
  }
  .mom-icon-text {
    display: none !important;
  } */
  .mom-print-icon {
    display: none !important;
  }
}
@media (min-width: 768px) {
  /* .mom-icon-btn {
    height: 3rem;
  }
  .mom-icon-text {
    white-space: nowrap;
  } */
}
