.logo-image {
  width: 150px !important;
  max-height: unset !important;
  height: 60px !important;
}

@media (min-width: 576px) {
  .logo-image {
    width: 200px !important;
    max-height: unset !important;
    height: 80px !important;
  }
}

.br-notification {
  min-width: 250px;
  width: auto !important;
  max-width: 90vw;
}

.notification-header {
  width: max-content;
  min-width: 250px;
  max-width: 90vw;
}

@media screen and (max-width: 576px) {
  .br-notification {
    right: 0px !important;
    min-height: unset !important;
  }
}
