.get-font {
  font-family: "Barlow Condensed", sans-serif;
}
.banner-header {
  min-height: 60vh;
  height: auto;
  background-position: center center;
}
.location-box {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: 2fr auto;
  grid-template-rows: 1fr 3fr;
  background-color: #aa8453;
}
.location-box a {
  transform: rotate(-90deg) translate(-30px, 35px);
  margin-bottom: 60px;
}
.location-box a > h5 {
  display: inline-block;
  margin-bottom: 0;
}
.location-box a:hover > h5,
.a-hover:hover {
  color: #aa8453 !important;
  background-color: #fff !important;
}
.location-box > h3 {
  grid-column: 1 / span 2;
  align-self: end;
}
.location-box > h3:after {
  content: "";
  display: block;
  width: 40%;
  height: 1px;
  background-color: #fff;
  margin-top: 20px;
  pointer-events: none;
}
.bg-pattern:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: url(../img/locations/pattern.svg);
  background-size: cover;
  z-index: -1;
  opacity: 0.25;
  pointer-events: none;
}
.img-equal-height img {
  height: 220px;
  width: 1000px;
  object-fit: cover;
}