.results-list a {
  display: flex;
  background: #FFFFFF;
  border: 1px solid #E0E2E9;
  justify-content: space-between;
  align-items: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  color: #0c2c65;
  margin-top: 15px;
  padding: 10px 15px;
}
.results-list a .file-details {
  display: flex;
  justify-content: space-between;
  align-items:center;
}
.results-list a .file-details img{
  margin-left:20px;
}