.locationframe {
  width: 100%;
  margin-bottom: 80px;
}
.locationimg {
  float: left;
  width: 230px;
  margin-right: 30px;
  box-sizing: border-box;
}
.locationimg img {
  width: 100%;
}
.locationmiddle {
  float: left;
  width: 52%;
}
.directionsframe {
  float: left;
  width: 200px;
  text-align: right;
  margin-top: 10%;
}
.desctext {
  margin-bottom: 15px;
}
.dirlink {
  display: inline-block;
  padding-left: 40px;
  background-image: url(https://cdn2.hubspot.net/hubfs/2752422/De%20La%20Rue%202020/images/our_locations.svg);
  background-repeat: no-repeat;
  background-size: 25px;
  background-position: left center;
}
@media only screen and (min-width: 768px) and (max-width: 1292px) {
  .locationmiddle {
    width: 45%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1170px) {
  .locationmiddle {
    width: 40%;
  }
}
@media only screen and (max-width: 1100px) {
  .locationframe {
    margin: 0;
  }
  .locationimg,
  .locationmiddle,
  .directionsframe {
    float: none;
  }
  .locationimg {
    margin-bottom: 20px;
  }
  .locationmiddle {
    width: 100%;
    margin-bottom: 20px;
  }
  .directionsframe {
    margin: 0 0 50px 0;
    text-align: left;
  }
  .desctext {
    font-size: 16px;
  }
  .dirlink {
    background-size: 22px;
  }
}
