.block-gallery {
  .row {
    --bs-gutter-y: 1.5rem;
    img {
      object-fit: cover;
      height: 300px;
    }
  }
}
