.project-image {
  height: 300px;
  width: 100%;
  object-fit: cover;
}
.project-image:hover {
  cursor: pointer;
  opacity: 0.7;
}
