.about-us {
  margin-top: 40px;
}

.about-us h2 {
  margin-bottom: 70px;
}

.about-us-image {
  height: 300px;
  width: 95%;
  float: right;
  background: silver;
  background: url("/img/photos/full-version/about-us.jpg") no-repeat;
  background-size: 140%;
  background-position: -30px 50%;
}

.about-us span > img {
  height: 30px;
}

.about-us p {
  margin-bottom: 35px;
}

.about-us .location {
  cursor: pointer;
  margin-top: 30px;
}

.about-us .location p {
  font-size: 18px;
  margin-left: 7px;
  transform: translateY(3px);
  color: #d3b00d;
}
