.elementor-256 .elementor-element.elementor-element-3afdb101{--display:flex;}/* Start custom CSS *//* Mojo Eats cards */
.mojo-eats-card{
  max-width: 760px;
  margin: 2.5rem auto;
  padding: 1.25rem 1.5rem;
  background: rgba(255,255,255,0.02);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 1rem;
  box-shadow: 0 6px 20px rgba(0,0,0,0.25);
}
.mojo-eats-card h2{ margin: 0 0 .5rem; line-height: 1.15; }
.mojo-eats-card p em{ opacity:.9 }
.mojo-eats-card img{ display:block; width:100%; height:auto; margin:1rem 0 1.25rem; border-radius:.75rem; }
.mojo-eats-card h4{ margin:1.25rem 0 .5rem; letter-spacing:.02em; }
.mojo-eats-card ul{ margin:.25rem 0 1rem 1.2rem; }
.mojo-eats-card ol{ margin:.25rem 0 1rem 1.2rem; }
@media (max-width: 640px){
  .mojo-eats-card{ margin:1.25rem .75rem; padding:1rem; }
}
.mojo-eats-card img {
  display:block;
  width:100%;
  border-radius:.75rem;
  margin:1.1rem 0 1.4rem;
  box-shadow:0 4px 14px rgba(0,0,0,.35);
  transition:transform .25s ease;
}
.mojo-eats-card img:hover {
  transform:scale(1.015);
}/* End custom CSS */