.section {
  margin: 3rem 1rem;
}
.section h2 {
  font-family: 'Playfair Display', sans-serif;
  font-size: 2rem;
  line-height: 3rem;
  margin: 0 0 1rem 0;
}
@media screen and (min-width: 48em) {
  .section {
    margin: 3rem 2rem 3rem 2rem;
  }
}
.local-offering {
  background-image: url('/assets/local-offering/banner-local-offering.jpg');
  background-size: cover;
  background-position: center;
  height: 60vh;
}
.food-service {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 2rem;
}
.food-service img {
  max-width: 100%;
}
@media screen and (min-width: 48em) {
  .food-service {
    flex-direction: row;
  }
  .food-service div {
    width: 48%;
  }
}
.inquires {
  max-width: 90%;
}
@media screen and (min-width: 48em) {
  .inquires {
    margin: 0 auto;
    max-width: 50vw;
  }
}
.form-group {
  margin-bottom: 1rem;
}
.form-group label {
  display: block;
  margin-bottom: 0.5rem;
}
.form-group input {
  width: 100%;
  padding: 0.5rem;
  font-size: 1rem;
}
.form-group textarea {
  width: 100%;
  padding: 0.5rem;
  font-size: 1rem;
  height: 10rem;
}
.call-us {
  text-align: center;
  padding: 3rem;
  font-family: 'Playfair Display', sans-serif;
  font-size: 2rem;
}
