.cont-nav {
  grid-template-columns: repeat(3, 1fr);
}
.waf-wrap {
  margin-top: 58px;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(5, 1fr) !important;
  gap: 30px;
}
.waf-wrap .waf-wrap-item:nth-child(1),
.waf-wrap .waf-wrap-item:nth-child(4) {
  grid-column: span 3;
}
.waf-wrap .waf-wrap-item:nth-child(2),
.waf-wrap .waf-wrap-item:nth-child(3) {
  grid-column: span 2;
}
.waf-scene-wrap {
  position: relative;
  height: 528px;
}
.waf-scene-wrap .waf-img {
  position: absolute;
  top: 25px;
  left: 0;
  width: 780px;
  height: 90%;
}
.waf-scene-wrap .waf-right {
  position: absolute;
  right: 48px;
  width: 540px;
}
