.documents-to-download ul {
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
}
.documents-to-download ul li {
  padding: 1.5rem;
  background-color: white;
  margin: 1rem 0;
  border-radius: 1rem;
  box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.1019607843);
}
.documents-to-download ul li .download-link {
  color: #3C3C3C;
  display: flex;
  justify-content: space-between;
  font-weight: 500;
  text-decoration: none;
}
.documents-to-download ul li .download-link:hover {
  text-decoration: underline;
}
.documents-to-download ul li p {
  margin-top: 1rem;
}
.documents-to-download .file--application-pdf {
  background-image: none;
}
.documents-to-download .file {
  padding-left: 0;
}