.files-download .title {
  text-align: left;
  letter-spacing: 0;
  color: white;
  font-size: 1em;
  font-family: Poppins, sans-serif;
  background: #d72277;
  padding: 1rem;
}

.files-download .download div {
  padding: 1rem;
  cursor: pointer;
  transition: 0.5s;
  color: #1c1d1e;
  font-family: Poppins, sans-serif;
  font-size: 16px;
}

.files-download .download div:nth-child(2n) {
  background: #e7f0f6;
}

.files-download .download > div:hover {
  background: #dcdcdc;
}

.files-download .maximo {
  font-size: 0.8rem;
  color: gray;
  margin: 0;
}
