.reports div a {
  display: flex;
}
.reports div a img {
  border: 5px solid transparent;
}

.reports div a:hover img {
  border: 5px solid #e6e5e5;
  box-shadow: 10px 20px 20px 0 rgba(0, 0, 0, 0.15);
}

#FinancialReportDiv span{
  font-size: 18px!important;
}

.text-center{
  padding: 0 15px!important;
}