.gallery {
  margin-bottom: 3.5rem;
}

.gallery .gallery__item img {
  transition: transform 0.3s ease;
}

.gallery .gallery__item:hover img {
  transform: scale(1.05);
}

/*# sourceMappingURL=style.css.map*/