.node-menyu h1 {
  font-weight: bold;
  font-size: 40px;
  line-height: 59px;
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 244px 0;
  z-index: 2;
  position: relative;
}
.node-menyu .image-header {
  position: relative;
  margin-bottom: 56px;
}
.node-menyu .image-header .overlay {
  background: rgba(0,0,0,.45);
  position: absolute;
  left: 0;
  z-index: 0;
  top:0;
  right: 0;
  bottom: 0;
}
#menu-info ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-gap: 28px;
  grid-auto-rows: auto;
  grid-template-rows: auto;
  margin-bottom: 72px;
}

.node-menyu .ui-state-default {
  display: block;
}
.node-menyu #menu-info .ui-state-default a {
  background: #FFFFFF;
  box-shadow: 0px 0px 26px rgba(0, 0, 0, 0.12);
  border-radius: 64px;
  display: block;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  color: #000000;
  padding: 15px 20px;
  width: 100%;
}
.node-menyu .ui-helper-clearfix:before,
.node-menyu .ui-helper-clearfix:after {
  display: none;
}
.node-menyu #menu-info .ui-state-default a:hover,
.node-menyu #menu-info .ui-state-default.ui-tabs-active a  {
  background: #EA4E1B;
  color: #ffffff;
}
.node-menyu .week h2 {
  font-weight: bold;
  font-size: 32px;
  line-height: 47px;
  text-transform: uppercase;
  margin-bottom: 56px;
}
.node-menyu .priyom-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-gap: 28px;
  grid-auto-rows: auto;
  grid-template-rows: auto;
  margin-bottom: 88px;
}
.node-menyu .priyom img {
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 8px;
}
.node-menyu .priyom .info {
  padding: 16px;
  font-size: 18px;
  line-height: 27px;
  background: #FFFFFF;
  box-shadow: 0px 0px 26px rgba(0, 0, 0, 0.12);
  border-radius: 8px;
  margin-bottom: 8px;
}
.node-menyu .priyom .info .name {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 16px;
  text-transform: uppercase;
  font-weight: 300;
}
.node-menyu .priyom .info .desc {
  font-size: 15px;
}
.node-menyu .priyom .title {
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 22px;
  text-transform: uppercase;
}
@media screen and (max-width: 960px) {
  .node-menyu h1 {
    padding: 84px 0;
  }
  #menu-info ul {
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 18px;
  }
  .node-menyu .priyom-list {
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 8px;
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 670px) {
  .node-menyu .priyom-list {
    grid-template-columns: 1fr;
    grid-gap: 8px;
  }
}
@media screen and (max-width: 600px) {
  #menu-info ul {
    grid-template-columns: 1fr 1fr;
    grid-gap: 18px;
  }
}
@media screen and (max-width: 460px) {
  #menu-info ul {
    grid-template-columns: 1fr;
    grid-gap: 12px;
  }
  .node-menyu h1,
  .node-menyu .week h2 {
    font-size: 30px;
    line-height: 40px;
  }
}
