@media screen and (max-width: 428px) {
  .card-list__item {
    display: flex;
    justify-content: center;
  }

  .card-list__item-img img {
    width: 100%;
  }

  .card-list__item-img {
    width: 160px;
  }

  .card-list__item-img--top {
    margin-right: 16px;
    margin-bottom: 104px;
  }

  .card-list__item-img--bottom {
    margin-top: 104px;
  }

  @media screen and (max-width: 320px) {
    .card-list__item-img {
      width: 152px;
    }
  }
}

@media screen and (min-width: 429px) {
  .card-list__item {
    display: flex;
    justify-content: center;
  }

  .card-list__item-img img {
    width: 100%;
  }

  .card-list__item-img {
    width: 360px;
  }

  .card-list__item-img--top {
    margin-right: 128px;
    margin-bottom: 104px;
  }

  .card-list__item-img--bottom {
    margin-top: 104px;
  }
}
