


.gallerybody {
  margin: 0rem 3rem;
}
.gallerytxt {
  font-weight: 700;
  font-size: 35px;
  line-height: 80px;
  letter-spacing: 0.2px;
  color: #252b42;
}
.col-6 {
  height: 200px;
}
.image {
 
  width: 100%;
  object-fit: cover;
  aspect-ratio: 1;
  border-radius: 8px;
}




@media screen and (max-width: 769px) {
  .gallerybody {
    /* padding-top: 70px; */
    margin: 0rem 3rem;
  }
  .gallerytxt {
    font-size: 30px;
  }

}


@media screen and (max-width: 600px) {
  .gallerytxt {
    font-size: 28px;
  }
}

