.hero {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.hero-1 {
  padding: 215px 0;
}
@media screen and (max-width: 767px) {
  .hero-1 .hero-image {
    margin-bottom: 25px;
  }
  .hero-1 .hero-image img {
    margin: 0 auto;
  }
}
.hero-1 .pull-left img {
  float: right;
}
@media screen and (max-width: 767px) {
  .hero-1 .pull-left img {
    float: none;
  }
}
.hero-1 .hero-content {
  color: #ffffff;
}
.hero-1 .hero-content .hero-title {
  margin: 0 0 15px;
  font-size: 42px;
  font-weight: 700;
}
.hero-1 .hero-content .hero-subtitle {
  margin: 0 0 10px;
  font-size: 24px;
  font-weight: 400;
}
.hero-1 .hero-content .hero-links {
  margin-top: 40px;
}
.hero-1 .hero-content .hero-links a {
  margin-left: 20px;
}
.hero-1 .hero-content .hero-links a:first-child {
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .hero-1 .hero-content {
    text-align: center;
  }
}