.activity-report-component {
  display: block;
  border-radius: 0.75rem;
  overflow: hidden;
  text-decoration: none;
  text-align: center;
  max-width: 418px;
  transition: 0.3s;
}
.activity-report-component:hover {
  box-shadow: 2px 5px 17px 0 rgba(0, 0, 0, 0.15);
}
.activity-report-component:hover img {
  transform: scale(1.05);
}
.activity-report-component figure {
  margin: 0;
  overflow: hidden;
}
.activity-report-component figure img {
  transition: 0.3s;
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
}
.activity-report-component p {
  color: #FFFFFF;
  margin-block: 20px 30px;
}

/*# sourceMappingURL=activity-reports-component-style.css.map */
