 #menuDeals {
 /* position: fixed; */
  top: 82px;
  left: 0;
  right: 0;
  z-index: 3;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #f7f7f7;
  box-shadow: 0 25px 33px 0 rgba(0, 0, 0, 0.11);
  position: absolute;
}

.menuDealsHeading {
  font-size: 26px;
  margin-top: 36px;
  margin-bottom: 14px;
  color: #3f3f3f;
}

.menuDealsDescription {
  max-width: 484px;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.52;
  color: #323234;
  text-align: center;
  margin: 0;
}

.menuDealsLinks {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 140px;
  padding: 26px 0;
  margin-bottom: 10px;
}

.menuDealLink {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 23%;
  /* max-width: 316px; */
  padding: 15px;
  margin: 10px;
  text-decoration: none;
  background: #ffffff;
  color: #252525;
}

.menuDealLink:hover {
  background: #38accd;
  color: #ffffff;
}
