/* Custom CSS for ThemeThree Portfolio Item Sizing */
.Our-Project .img-1 {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  height: auto;
}
