@import url(https://fonts.googleapis.com/css?family=Open+Sans);
.slide-content-half {
  font-family: Open Sans, sans-serif;
  width: 100%;
  height: 100%;
  background: rgba(37, 38, 45, 0.95);
  padding: 10rem 2rem;
}

.slide-content-half.left {
  margin-left: 0;
}

.slide-content-half.right {
  margin-left: 50%;
}

@media screen and (max-width: 979px) {
  .slide-content-half {
    padding: 8rem 2rem;
    width: 100%;
  }
  .slide-content-half.right {
    margin-left: 34%;
  }
}

@media screen and (max-width: 767px) {
  .slide-content-half {
    padding: 6rem 2rem;
    width: 100%;
  }
  .slide-content-half.right {
    margin-left: 0%;
  }
}

.slide-content-half h1, .slide-content-half h2, .slide-content-half h3, .slide-content-half h4, .slide-content-half h5, .slide-content-half h6 {
  color: white;
  margin-bottom: 2rem;
}

.slide-content-half h1 {
  font-size: 3rem;
}

.slide-content-half p {
  font-weight: normal;
  font-size: 1.1rem;
  color: #7b7d87;
}

.slide-content-half .btn {
  margin-top: 2rem;
}

/*# sourceMappingURL=../../maps/templates/office.css.map */
