.elementor-2401 .elementor-element.elementor-element-f88bdad{--display:flex;}/* Start custom CSS for code-highlight, class: .elementor-element-12ab5c6 */.products {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
}

.product-card {
  background: #0f2b46;
  color: white;
  padding: 20px;
  border-radius: 10px;
}/* End custom CSS */