@media screen and (max-width: 767px) {
  .images-background {
    margin: 72px 0;
  }
  .images-background .images-background__container {
    border-radius: 24px;
    padding: 120px 10px 12px;
  }
  .images-background .images-background__container .images-background__images {
    padding-top: 20px;
    gap: 16px;
  }
  .images-background .images-background__container .images-background__images .show_case_items {
    width: 1112px;
  }
  .images-background .images-background__container .images-background__images .show_case_items .items {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
  .images-background .images-background__container .images-background__images img {
    width: 172px;
    height: 114px;
  }
  .images-background .images-background__container .images-background__content {
    border-radius: 16px;
    padding: 24px;
    flex-direction: column;
    align-items: center;
    gap: 48px;
  }
}
