.images-gallery {
  margin-top: 8px;
}

.images-gallery__container {
  padding: 0 48px;
}

.images-gallery-box {
  margin-top: 16px;
}

@media (max-width: 1024px) {
  .images-gallery__container {
    padding: 0 9px;
  }

  .images-gallery {
    margin-top: 17px;
  }
}

@media (max-width: 767px) {
  .images-gallery__container {
    padding: 0 4px;
  }

  .images-gallery {
    margin-top: 20px;
  }
}