
  .row.g-4 img {
    height: 100%;
    object-fit: cover;
  }

  /* Optional: fix overall section height */
  .row.g-4 > div {
    height: 400px; /* adjust as needed */
  }

  .row.g-3 .col-6 {
    height: 190px; /* half of parent height minus gap */
  }