@media screen and (max-width: 1260px) and (min-width: 768px) {
  .images-background {
    margin: 96px 0;
  }
  .images-background .images-background__container {
    border-radius: 32px;
    height: 897px;
    padding: 0 40px 40px;
  }
  .images-background .images-background__container .images-background__images {
    padding-top: 40px;
    gap: 24px;
  }
  .images-background .images-background__container .images-background__images .show_case_items {
    width: 2164px;
  }
  .images-background .images-background__container .images-background__images .show_case_items .items {
    grid-column-gap: 20px;
    grid-row-gap: 24px;
  }
  .images-background .images-background__container .images-background__images img {
    width: 344px;
    height: 228px;
  }
  .images-background .images-background__container .images-background__content {
    border-radius: 24px;
    padding: 40px;
    flex-direction: column;
    gap: 64px;
  }
}
