/* Investor's page */
.reports-section {
  padding: 90px 0 30px;
}
.reports-list {
  padding-top: 30px;
  overflow-x: scroll;
}
.report-block {
  box-shadow: 0 2px 15px rgba(88, 88, 88, .17);
  border-radius: 6px;
  padding: 10px 15px;
  margin-bottom: 15px;
  display: flex;
  justify-content: space-between;
  background: #fff;
}
.report-block img {
height: 20px;
  width: 15px;
  margin-right: 15px;
}
.report-block span {
  font-weight: 600;
  margin-right: 3px;
}
.report-block p {
  color: #333;
  margin: 0;
}
.report-block a {
  color: #333;
margin-left: 15px;
}
.report-block a:hover {
  color: #a3cc44;
}
.r-block-holder {
  display: flex;
}