.h2 {
  font-weight: 400;
  font-size: 1.6666666667vw;
  line-height: 2.0138888889vw;
  letter-spacing: 0;
  text-transform: uppercase;
  padding-bottom: 2.0833333333vw;
  margin-bottom: 3.4722222222vw;
  border-bottom: 1px solid #fff;
  border-width: 0.0694444444vw;
  text-align: left;
}
@media screen and (max-width: 1169px) and (min-width: 768px) {
  .h2 {
    font-size: 2.6041666667vw;
    line-height: 3.125vw;
  }
}
@media screen and (max-width: 767px) {
  .h2 {
    font-size: 6.25vw;
    line-height: 7.5vw;
  }
}
@media screen and (min-width: 1440px) {
  .h2 {
    font-size: 24px;
    line-height: 29px;
  }
}
@media screen and (max-width: 1169px) and (min-width: 768px) {
  .h2 {
    padding-bottom: 3.515625vw;
  }
}
@media screen and (max-width: 767px) {
  .h2 {
    padding-bottom: 6.25vw;
  }
}
@media screen and (min-width: 1440px) {
  .h2 {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 1169px) and (min-width: 768px) {
  .h2 {
    margin-bottom: 4.0364583333vw;
  }
}
@media screen and (max-width: 767px) {
  .h2 {
    margin-bottom: 9.375vw;
  }
}
@media screen and (min-width: 1440px) {
  .h2 {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 1169px) and (min-width: 768px) {
  .h2 {
    border-width: 0.1302083333vw;
  }
}
@media screen and (max-width: 767px) {
  .h2 {
    border-width: 0.3125vw;
  }
}
@media screen and (min-width: 1440px) {
  .h2 {
    border-width: 1px;
  }
}

.gallery {
  margin-bottom: 6.9444444444vw;
}
@media screen and (max-width: 1169px) and (min-width: 768px) {
  .gallery {
    margin-bottom: 10.4166666667vw;
  }
}
@media screen and (max-width: 767px) {
  .gallery {
    margin-bottom: 15.625vw;
  }
}
@media screen and (min-width: 1440px) {
  .gallery {
    margin-bottom: 100px;
  }
}
.gallery__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  row-gap: 1.0416666667vw;
  -moz-column-gap: 1.0416666667vw;
       column-gap: 1.0416666667vw;
  margin-bottom: 3.9583333333vw;
}
@media screen and (max-width: 1169px) and (min-width: 768px) {
  .gallery__wrapper {
    row-gap: 1.0416666667vw;
  }
}
@media screen and (max-width: 767px) {
  .gallery__wrapper {
    row-gap: 4.6875vw;
  }
}
@media screen and (min-width: 1440px) {
  .gallery__wrapper {
    row-gap: 15px;
  }
}
@media screen and (max-width: 1169px) and (min-width: 768px) {
  .gallery__wrapper {
    -moz-column-gap: 1.0416666667vw;
         column-gap: 1.0416666667vw;
  }
}
@media screen and (max-width: 767px) {
  .gallery__wrapper {
    -moz-column-gap: 0vw;
         column-gap: 0vw;
  }
}
@media screen and (min-width: 1440px) {
  .gallery__wrapper {
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
}
@media screen and (max-width: 1169px) and (min-width: 768px) {
  .gallery__wrapper {
    margin-bottom: 6.5104166667vw;
  }
}
@media screen and (max-width: 767px) {
  .gallery__wrapper {
    margin-bottom: 15.625vw;
  }
}
@media screen and (min-width: 1440px) {
  .gallery__wrapper {
    margin-bottom: 57px;
  }
}
@media screen and (max-width: 767px) {
  .gallery__wrapper {
    grid-template-columns: 1fr;
  }
}
.gallery__item {
  border-radius: 0.6944444444vw;
  height: 38.6805555556vw;
  overflow: hidden;
}
@media screen and (max-width: 1169px) and (min-width: 768px) {
  .gallery__item {
    border-radius: 1.3020833333vw;
  }
}
@media screen and (max-width: 767px) {
  .gallery__item {
    border-radius: 3.125vw;
  }
}
@media screen and (min-width: 1440px) {
  .gallery__item {
    border-radius: 10px;
  }
}
@media screen and (max-width: 1169px) and (min-width: 768px) {
  .gallery__item {
    height: 41.2760416667vw;
  }
}
@media screen and (max-width: 767px) {
  .gallery__item {
    height: 119.375vw;
  }
}
@media screen and (min-width: 1440px) {
  .gallery__item {
    height: 557px;
  }
}
.gallery__item__img {
  transition: 0.3s all ease-in-out;
  display: flex;
  width: 100%;
  height: 100%;
  transform: scale(1.4);
}
.gallery__item__img__src {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.gallery__item__img:hover {
  transform: scale(1);
}/*# sourceMappingURL=gallery.css.map */