.hello-reports-header {
  padding: 40px;
}

.header-img {
  max-height: 35px;
}

.header-text {
  color: #333333;
  font-size: 24px;
  vertical-align: bottom;
  line-height: 30px;
}

.logo:hover {
  text-decoration: none;
}

@media screen and (max-width: 576px) {
  .header {
    font-size: 24px;
  }

  .header-img {
    max-height: 28px;
  }

  .header-text {
    font-size: 20px;
  }
}