#oxmenuitems .row .col:nth-child(2n) {
  margin-left: -3%;
}

#oxmenuitems .row .col:nth-child(2n+1):not(:first-child) {
  margin-left: -3%;
  margin-top: 6.25%;
}

#oxmenuitems .row .col:nth-child(1) {
  margin-top: 6.25%;
}

#oxmenuitems .card {
  margin-bottom: 4%;
}

#oxmenuitems .hexagon-img polygon{
  transition: fill 0.3s ease;
}

#oxmenuitems .card-img-overlay {
  cursor: pointer;
  font-size: clamp(0.6rem, 1vw, 1rem);
  hyphens: auto;
  padding: 15%;
}