.container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .item {
    flex: 1 0 300px;
    margin-bottom: 20px;
  }
  img {
    max-width: 100%;
    height: auto;
  }