.visitors-guide {
    display: flex;
    align-items: center;
    background-color: #90A74D;
    padding: 20px 18px 15px 20px;
}

.visitors-guide h4 {
  max-width: 230px;
  color: white;
  font: 800 24px "Gotham A", "Gotham B";
  text-transform: uppercase;
  line-height: 1.1em;
}

.visitors-guide img {
    height: 70px;
    width: 102px;
    margin-left: 15px;
}

@media screen and (min-width: 641px) {
    .visitors-guide h4 {
      font-size: 26px;
      max-width: 250px;
    }
}
