.our-vision {
  min-height: 100vh;
}

.gallery-heading h2{
	line-height: 1.2;
}

.our-vision .gallery {
  position: relative;
  width: 100%;
  height: 100%;
}
.our-vision .gallery {
  position: relative;
  width: 100%;
  height: 100%;
}

.our-vision .gallery img {
  position: absolute;
  inset: 0;
  max-width: 200px;
  height: 200px;
  object-fit: cover;
  aspect-ratio: 352 / 214;
}

.our-vision .target {
  position: relative;
}

.our-vision .gallery-heading {
  /* clip-path: inset(100% 0% 0% 0%); */
  transition: clip-path 1s ease-in-out;
  position: absolute;
  top: 50%;
  left: 0.5rem;
  transform: translateY(-50%);
  width: 50%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
  text-align: left;
  /* opacity: 0; */
}

.our-vision .grid > div {
  position: relative;
  margin: 0;
  padding: 0;
}

.our-vision .grid img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.our-vision .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(9, 1fr);
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  height: 90vh; /* you can keep or remove */
  width: 50vw;
  position: relative;
}

.our-vision .grid {
  margin-left: auto;
}

/* .gallery {
  margin-right: 300px;
} */

.our-vision .grid div:nth-child(1) {
  grid-area: 1 / 1 / 5 / 2;
}
.our-vision .grid div:nth-child(2) {
  grid-area: 2 / 2 / 6 / 3;
}
.our-vision .grid div:nth-child(3) {
  grid-area: 5 / 1 / 9 / 2;
}
.our-vision .grid div:nth-child(4) {
  grid-area: 6 / 2 / 10 / 3;
}
/* .grid div:nth-child(5) {
  grid-area: 6 / 1 / 8 / 4;
}
.grid div:nth-child(6) {
  grid-area: 4 / 3 / 6 / 6;
}
.grid div:nth-child(7) {
  grid-area: 6 / 4 / 8 / 6;
} */

@media (max-width: 991px) {
  .our-vision .grid {
    height: 50vh;
  }

  .our-vision {
    min-height: auto;
  }
}
