.images-gallery {
  display: flex;
  gap: 16px;
}
.images-gallery__title {
  font-size: 1.375rem;
  padding-bottom: 1rem;
  padding-top: 5px;
}
.images-gallery__description {
  display: flex;
  flex-direction: column;
}
@media (width >= 992px) {
  .images-gallery__description {
    max-width: 33.33%;
  }
}
.images-gallery__slider {
  display: flex;
}
@media (width >= 992px) {
  .images-gallery__slider {
    flex: 1;
  }
}
.images-gallery__item {
  z-index: 0;
  width: 100%;
}
.images-gallery__item img {
  max-height: 450px;
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
}
@media (width <= 992px) {
  .images-gallery__item img {
    width: 100%;
  }
}
@media (width <= 992px) {
  .images-gallery {
    flex-direction: column;
  }
}

/*# sourceMappingURL=images-gallery-component-style.css.map */
