div{
    display: flex;
    justify-content: space-evenly;
    margin-top: 50px;
}
img {
  width: 320px;
  height: 350px;
  object-fit: cover;
  transition: transform 0.3s ease;
}

img.big {
  transform: scale(1.2);
}
