.acf-block-download-item {
  padding-bottom: 24px;
  border-bottom: 1px solid var(--Borders-colours-light, #e1e1e1);
  margin-bottom: 24px;
}
.acf-block-download-item:last-child {
  padding-bottom: 0;
}
.acf-block-download-icon {
  margin-right: 32px;
}
.acf-block-download-label {
  color: #404040;
  font-family: "ff-din-paneuropean", sans-serif;
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: -0.5px;
  max-width: 600px;
}
.acf-block-download-file a {
  color: var(--Text-Colours-body-unilogo, #00b2a9);
  font-family: "ff-din-paneuropean", sans-serif;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 18px; /* 100% */
}
.acf-block-download-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 87%;
}

@media screen and (max-width: 786px) {
  .acf-block-download-item .row-flex {
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .acf-block-download-icon {
    margin-right: 16px;
    position: relative;
    top: 5px;
  }
  .acf-block-download-box {
    width: 70%;
    flex-flow: column;
    align-items: flex-start;
  }
  .acf-block-download-label {
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 1rem;
  }
  .acf-block-download-file a {
    font-size: 0.75rem;
  }
}
