.shop {
  .merch {
    .block-img {
      display: flex;
      justify-content: center;
      align-items: center;
      & img {
        height: auto;
        width: clamp(25%, 450px, 100%);
      }
    }
  }
}
