@media only screen and (max-width: 768px) {
  /* Font size tweaks */

  /* Two-column layout — target specific rows only */
  [data-element-id="elm_mmf5Ej4NkkHeUug1SOHrTg"],
  [data-element-id="elm_QFCTyCXJgWBhwm9WUC7ZUA"],
  [data-element-id="elm_UFvcIdHPmOXR9ZUibq1Eyw"],
  [data-element-id="elm_fnygqi0UGhM6kdayP3q8yQ"] {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: space-between;
  }
 
  [data-element-id="elm_mmf5Ej4NkkHeUug1SOHrTg"] > .zpelem-col,
  [data-element-id="elm_QFCTyCXJgWBhwm9WUC7ZUA"] > .zpelem-col,
  [data-element-id="elm_UFvcIdHPmOXR9ZUibq1Eyw"] > .zpelem-col,
  [data-element-id="elm_fnygqi0UGhM6kdayP3q8yQ"] > .zpelem-col {
    width: 50% !important;
    padding: 10px !important;
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 767px) {
  /* Apply to your actual section */
  [data-element-id="elm_z7QOmM1tEl62lpJx8cRQPg"] .zprow {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    row-gap: 20px;
    column-gap: 0px;
  }
 
  [data-element-id="elm_z7QOmM1tEl62lpJx8cRQPg"] .zpelem-col {
    width: 50% !important;
    text-align: center;
    padding: 10px !important;
    box-sizing: border-box;
  }
 
  [data-element-id="elm_z7QOmM1tEl62lpJx8cRQPg"] .zpimage-container {
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
 
  [data-element-id="elm_z7QOmM1tEl62lpJx8cRQPg"] .zpimage-container img {
    max-width: 120px !important;
    width: 100% !important;
    height: auto !important;
    object-fit: contain;
  }
}