body {
  background: #fbae17;
  background-image: linear-gradient(0, #faf6ef 65%, transparent 65%);
}
.bg2.bg-4 {
  top: 40%;
  right: -3%;
  z-index: -1;
}
.bg.bg-3 {
  width: 7vw;
  top: 3%;
  right: 330px;
  z-index: 1;
}
section.events .section-wrap {
  padding-bottom: 0;
}
@media (max-width: 1500px) {
  .bg2.bg-3 {
    width: 13vw;
    bottom: -2%;
    left: -1%;
    z-index: 1000;
  }
  .container .prodct-list_b {
 
    column-gap: 2vw;
  }
}

@media (max-width: 1300px) {
  .bg.bg-1 {
    width: 0;
    top: 11%;
    left: -13%;
  }
  .bg.bg-3 {
    width: 6vw;
    top: 4%;
    right: 9px;
    z-index: 1;
  }
}
@media (max-width: 1025px) {
  .bg2.bg-3 {
    width: 14vw;
    bottom: -2%;
    left: -3%;
    z-index: 1000;
  }
}
@media (max-width: 960px) {
  .bg.bg-1 {
    width: 0;
    top: 11%;
    left: -13%;
  }
}
