.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.body {
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 40px;
  display: flex;
}

.grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  max-width: 1280px;
}

.div-block {
  background-image: linear-gradient(rgba(255, 255, 255, .5), rgba(255, 255, 255, .5));
  justify-content: center;
  align-items: center;
  height: 320px;
  display: flex;
}

.image {
  max-height: 100%;
}

.product_card {
  background-image: linear-gradient(rgba(224, 224, 224, .5), rgba(224, 224, 224, .5));
  padding: 20px;
}

.heading {
  width: 100%;
  max-width: 1280px;
}

@media screen and (max-width: 479px) {
  .grid {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }
}

#w-node-_13ee3de7-cfa1-51a4-563f-9e9b2f41e22f-f6a42c41, #w-node-_098cba13-8bb6-f47c-8f31-55a813a1d670-f6a42c41, #w-node-ff88d4bf-59e9-1121-e0f4-7b5b3beb0670-f6a42c41 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
