.arrow .fa-chevron-down {
  display: block;
  position: absolute;
  left: 50%;
  bottom: 2%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: white;
  font-size: 30px;
  z-index: 1;
  -webkit-animation: bounce 1.6s infinite;
          animation: bounce 1.6s infinite;
}

#jobs .jumbotron h2 {
  margin-bottom: 0;
}

#prices .price-wrap {
  width: 80%;
}

@media (min-width: 1200px) {
  #aboutus-hero .jumbotron {
    padding: 100px 0;
  }
  #prices .price-wrap {
    width: 85%;
  }
}

@media (min-width: 1400px) {
  #aboutus-hero .jumbotron {
    padding: 120px 0;
  }
}

@media (min-width: 2000px) {
  #aboutus-hero .jumbotron {
    padding: 100px 0;
  }
  #prices .price-wrap {
    width: 70%;
  }
}
/*# sourceMappingURL=large.css.map */