.section-hero-locations {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  display: block;
  width: 100%;
  max-width: 100%;
  height: 650px;
  overflow: hidden;
  margin: 0;
}
.section-hero-locations .container {
  position: relative;
  z-index: 99;
  height: 100%;
}
.section-hero-locations .section-hero-locations-content h1 {
  display: block;
  padding: 230px 0 50px 0;
  text-align: right;
  font: 500 75px "Roboto", sans-serif;
  color: #ffffff;
  line-height: 90px;
  text-shadow: 0 0 6px #000000;
}
.section-hero-locations .section-hero-locations-content .hero-description {
  width: 100%;
  max-width: 515px;
  margin: 0 0 0 auto;
  text-align: right;
  font: 400 20px "Roboto", sans-serif;
  color: #ffffff;
  line-height: 28px;
  text-shadow: 0 0 6px #000000;
}
@media (min-width: 1400px) {
  .section-hero-locations .container {
    width: auto;
    max-width: 1640px;
  }
}
@media (max-width: 1025px) {
  .section-hero-locations {
    height: auto;
    padding: 0;
  }
  .section-hero-locations .section-hero-locations-content {
    padding: 100px 15px;
  }
  .section-hero-locations .section-hero-locations-content h1 {
    font: 500 40px "Roboto", sans-serif;
    line-height: 45px;
    text-align: center;
    padding: 15px 0;
  }
  .section-hero-locations .section-hero-locations-content .hero-description {
    font: 400 15px "Roboto", sans-serif;
    line-height: 20px;
    text-align: center;
    margin: 0 auto;
  }
}