.two-columns {
  column-count: 2;
  column-gap: 40px;
  margin-bottom: 30px; 
}

@media (max-width: 768px) {
  .two-columns {
    column-count: 1;
  }
}

.featured-products { clear: both; }

#cookie-notice button { color: #000 !important; min-height: 0; }