.report-box {
  border: 1px solid #6F7070;
  padding: 30px;
  margin: 15px 0;
}
.report-box .fz-50 {
  color: #919394;
  padding-bottom: 40px;
}
.report-box .source {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.report-box .source a {
  margin-bottom: 0;
  font-size: 14px;
  color: #B11116;
  margin-bottom: 0;
  margin-top: auto;
}
.report-box .source a:hover {
  text-decoration: underline;
}
.report-box h6 {
  font-size: 14px;
  font-weight: 300;
  color: #000;
}