#menuMore {
  /* 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;
}

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

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

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

.section {
  display: flex;
  flex-direction: column;
  width: 24%;
}

.menuMoreLink {
  font-size: 0.9em;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
  margin: 10px;
  text-decoration: none;
  background: #ffffff;
  color: #252525;
}

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

@media only screen and (min-width: 1110px) {
  .menuMoreLink {
    font-size: 1em;
  }
}
