@media screen and (max-width: 375px) {
  body > .wd-toolbar a {
    font-size: 20px !important;
  }
  body .wd-toolbar-label {
    font-size: 19px;
    color: red;
  }
  .whb-flex-row > .whb-mobile-center img {
    min-width: 120px !important;
    max-width: 300px !important;
    min-height: 80px !important;
  }
}
