@media screen and (max-width: 1180px) {
  .items .item {
    display: block!important;
  }

  .items .item .text {
    margin-left: 0!important;
  }

  .items .item .image {
    text-align: center;
  }

  .items .item .image img {
    width: 100%;
  }

  .items .item .name {
    margin-top: 8px;
    line-height: 1.4;
  }

  .shop-list {
    display: block!important;
  }

  .shop-list li {
    width: 100%!important;
  }

  .shop-list li + li {
    margin-top: 8px;
  }

  .shop-list li a {
    display: flex;
    height: 100%;
  }

  .shop-list li a img {
    width: 100px;
    height: 100px;
  }

  .shop-list li a p {
    flex: 1;
    height: auto!important;
  }
}
