/*!*****************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./src/scss/sections/gallery.scss ***!
  \*****************************************************************************************************************************************************/

/*** LTR websites ***/

.gallery {
  padding: 60px 0 40px;
  background-color: #fff;
}

.gallery .gallery_row img {
  border-radius: 12px;
}

.gallery .gallery_row .swiper-wrapper {
  transition-timing-function: linear;
}

.gallery .gallery_row .swiper-slide {
  width: fit-content;
}

.gallery .gallery_row .swiper-slide img {
  width: 100%;
  object-fit: cover;
  display: block;
}

.gallery .gallery_row:not(.only_row) .swiper-slide img {
  max-height: 121px;
}

.gallery .gallery_row.only_row .swiper-slide img {
  height: 110px;
  width: 150px;
}

.gallery .gallery_row.first_row {
  margin-bottom: 14px;
  margin-top: 40px;
}

.gallery .gallery_row.second-row {
  margin-top: 0;
}

.gallery__sub-headline {
  text-align: center;
  color: #000000;
  text-shadow: 0px 10px 10px rgba(46, 213, 115, 0.15);
  display: block;
  margin-top: 12px;
}

.gallery__headline {
  color: #000000;
  text-align: center;
}

.gallery .primaryGreen {
  color: #528f07;
}