.restaurantHead {
  background-color: #fff;
}
.restaurantHead h2 {
  font-size: 68px;
  color: #000;
  font-weight: 700 !important;
  text-align: center !important;
}

.restaurantMiddle {
  padding: 55px 0px;
  text-align: center;
}
.restaurantMiddle h4 {
  font-size: 24px;
  font-weight: 600;
  color: #000;
}

.footerBg .footerSale {
  box-shadow: 0 0 2em -0.9em #000000;
  padding: 55px 55px;
  min-height: 220px;
  background-color: #fff;
}
.footerBg .footerSale h2 {
  text-align: center;
  font-size: 26px;
  color: #000;
  font-weight: 700;
  margin-bottom: 20px;
}
.footerBg .footerSale p {
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
  color: #000;
}

@media (max-width: 772px) {
  .restaurantHead h2 {
    font-size: 42px !important;
  }
}/*# sourceMappingURL=restaurant.module.css.map */