.services-gallery .swiper-wrapper {
  transition-timing-function: linear;
}
.services-gallery .swiper-slide img {
  object-fit: cover;
  aspect-ratio: 2 / 1;
  width: 100%;
}
.services-gallery.swiper:not(.swiper-initialized) .swiper-wrapper {
  display: flex;
  overflow-x: auto;
}
.services-gallery.swiper:not(.swiper-initialized) .swiper-slide {
  min-width: 480px;
}

.services-dec--1-1 {
  position: absolute;
  width: 100%;
  min-width: 520px;
  max-width: 840px;
  top: -25%;
  left: -11%;
}
.services-dec--1-2 {
  position: absolute;
  width: 100%;
  min-width: 400px;
  max-width: 840px;
  bottom: -18%;
  right: -8%;
}
.services-dec--2-1 {
  position: absolute;
  width: 100%;
  min-width: 520px;
  max-width: 840px;
  top: -25%;
  right: -11%;
}
.services-dec--2-2 {
  position: absolute;
  width: 100%;
  min-width: 400px;
  max-width: 840px;
  bottom: -18%;
  left: -8%;
}
