#office .background {
  background-image: url(/images/myescapes/background-office.jpg);
  background-size: cover;
}

#ransom-return h1,
#ransom-return-classroom h1,
#ransom-return-office h1 {
  margin-top: 0 !important;
  color: #333;
}
#ransom-return h1.h2-underline,
#ransom-return-classroom h1.h2-underline,
#ransom-return-office h1.h2-underline {
  margin-bottom: 2.5rem;
}
#ransom-return h1.h2-underline span,
#ransom-return-classroom h1.h2-underline span,
#ransom-return-office h1.h2-underline span {
  line-height: 4.5rem;
  border-bottom: 3px solid rgb(255, 193, 7);
  font-size: 3rem !important;
}
@media (max-width: 991px) {
  #ransom-return h1.h2-underline,
  #ransom-return-classroom h1.h2-underline,
  #ransom-return-office h1.h2-underline {
    margin-bottom: 2.2rem;
  }
  #ransom-return h1.h2-underline span,
  #ransom-return-classroom h1.h2-underline span,
  #ransom-return-office h1.h2-underline span {
    line-height: 3.5rem;
    font-size: 2.2rem !important;
  }
}
@media (max-width: 767px) {
  #ransom-return h1.h2-underline,
  #ransom-return-classroom h1.h2-underline,
  #ransom-return-office h1.h2-underline {
    margin-bottom: 2rem;
  }
  #ransom-return h1.h2-underline span,
  #ransom-return-classroom h1.h2-underline span,
  #ransom-return-office h1.h2-underline span {
    line-height: 3.2rem;
    font-size: 1.8rem !important;
  }
}

#ransom > .container {
  background-image: url("/images/background-ransom.jpg");
  background-size: contain;
}
/*# sourceMappingURL=ransom-return.css.map */
