.filelist-section {
  padding-top: 50px;
  padding-bottom: 50px;
}

.filelist-section__heading {
  margin-bottom: 50px;
}
.filelist-section__heading h4 {
  margin-bottom: 30px;
  font-weight: bold;
  color: var(--grey);
}

.filelist-section__desc {
  margin-bottom: 30px;
  color: var(--grey);
}

.filelist-section__wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

a.filelist-file {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  flex-wrap: nowrap;
  padding: 11px 17px 11px 12px;
  background-color: var(--blue6);
  border-radius: 8px;
  overflow: hidden;
  color: var(--blue3);
  font-size: 21px;
  font-weight: 500;
  line-height: 1;
}
a.filelist-file span[class*=icon-] {
  flex-shrink: 0;
  font-size: 24px;
  color: var(--blue3);
}

@media screen and (max-width: 1279px) {
  .filelist-section__heading h2.section-title {
    font-size: 22px;
  }
  a.filelist-file {
    font-size: 18px;
    line-height: 150%;
    padding: 11px 14px 11px 12px;
  }
  a.filelist-file span[class*=icon-] {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  a.filelist-file {
    font-size: 15px;
    padding: 9px 8px 9px 8px;
  }
  a.filelist-file span[class*=icon-] {
    font-size: 16px;
  }
  .filelist-section__heading {
    margin-bottom: 16px;
  }
  .filelist-section__heading h2.section-title {
    font-size: 16px;
  }
  .filelist-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}/*# sourceMappingURL=filelist-block.css.map */