#offering {
  background-position: bottom right;
  background-size: cover;
  font-family: var(--open-sans);
  background: rgba(255, 255, 255, 0.7);
}
#offering .offering {
  padding-bottom: 2rem;
  margin-top: 0;
  padding-top: 2rem;
  display: flex;
  text-align: center;
}
#offering .offering .offCon .offHead {
  color: #000;
  font-size: 30px;
  font-weight: 600;
  line-height: 30px;
  margin: 1rem 0;
}
#offering .offering .offCon .offMiddle {
  text-transform: uppercase;
  font-size: 20px;
  color: #000;
  line-height: 28px;
}
#offering .offering .offCon .offDown {
  margin: 1rem 0;
}
@media only screen and (max-width: 992px) {
  #offering .offering {
    flex-direction: column;
  }
}/*# sourceMappingURL=offering.module.css.map */