.item,
.image-card {
  width: 100%;
  margin: auto;
}

.image-card>.image {
  width: 100%;
  height: 240px;
  border-radius: 0.5rem;
  background-size: cover;
  background-position: center;
}

@container (max-width: 360px) {
  .image-card>.image {
    height: 170px;
  }
}

@media screen and (max-width: 768px) {
  .image-card>.image {
    height: 170px;
  }
}