.img {
  display: flex;
  flex-wrap: nowrap;
}

.img img {
  width: auto;
  height: 224px;
  border-radius: 8px;
}