.header-office {
  color: inherit;
  margin-right: 1rem;
  font-size: 1.25rem;
  white-space: nowrap;
  font-weight: 400;
  padding: 0;
  transition: .3s opacity;
  line-height: 2rem;
}

.header-office:hover {
  opacity: .8;
  color: inherit;
  text-decoration: none;
}

.header-office-img {
  height: 2rem;
  line-height: 2rem;
  vertical-align: bottom;
  margin-right: .5rem;
  width: auto;
}