.events {
  position: relative;
  margin-bottom: 260px;
}
.events .img-detail {
  overflow: hidden;
}
.events .img-detail img {
  transition: 0.3s ease-in;
}
.events .img-detail img:hover {
  transform: scale(1.1);
}
.events .card-detail {
  position: absolute;
  width: 80%;
  top: 75%;
  left: 10%;
  background-color: white;
  box-shadow: 3px 3px 5px grey;
}/*# sourceMappingURL=events.css.map */