@media screen and (min-width: 1261px) {
  .images-background {
    margin: 152px 0;
  }
  .images-background .images-background__container {
    border-radius: 32px;
    height: 620px;
    padding: 0 40px 40px;
  }
  .images-background .images-background__container .images-background__images {
    padding-top: 32px;
    gap: 24px;
  }
  .images-background .images-background__container .images-background__images .show_case_items {
    width: 2184px;
  }
  .images-background .images-background__container .images-background__images .show_case_items .items {
    grid-column-gap: 24px;
    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;
    align-items: center;
  }
  .images-background .images-background__container .images-background__content .images-background__right {
    width: 290px;
    height: 228px;
    display: flex;
    align-items: center;
  }
}
