.img {
  display: flex;
  flex-wrap: nowrap;
}

.img img {
  width: auto;
  height: 204px;
  border-radius: 8px;
}

@media screen and (min-width: 1280px) {
  .img img {
      height: 296px;
  }
}