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

.downloads-section__base {
  flex: 1 48%;
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.downloads-section__heading {
  margin-bottom: 30px;
}
.downloads-section__heading h2 {
  margin-bottom: 30px;
}
.downloads-section__heading p {
  font-size: 24px;
  line-height: 150%;
  color: var(--grey);
}

.download-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  padding: 20px 16px;
  border-bottom: 1px solid #EAEAEA;
}
.download-item.hidden-download {
  display: none;
}
.download-item__title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-weight: normal;
  font-size: 24px;
  flex: 1 420px;
}
.download-item__title .title-primary {
  color: var(--blue1);
}
.download-item__title .title-secondary {
  font-size: 18px;
  color: var(--blue3);
}
.download-item__downloadfile a {
  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-weight: 500;
  line-height: 1;
}
.download-item__downloadfile a span[class*=icon-] {
  flex-shrink: 0;
  font-size: 20px;
  color: var(--blue3);
}

.downloads-section__foot {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
  margin-bottom: 50px;
}

.downloads-section__notice {
  margin-top: 50px;
}

@media screen and (max-width: 1279px) {
  .downloads-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .downloads-section__heading p {
    font-size: 22px;
  }
  .download-item__title .title-primary {
    font-size: 22px;
    line-height: 150%;
  }
  .download-item {
    padding: 16px;
    gap: 16px;
  }
  .download-item__downloadfile a {
    font-size: 18px;
    padding: 10px 17px 10px 10px;
  }
  .download-item__title .title-secondary {
    font-size: 17px;
  }
  .notice-bage__content {
    font-size: 17px;
    line-height: 150%;
  }
}
@media screen and (max-width: 767px) {
  .downloads-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .downloads-section__heading p {
    font-size: 19px;
  }
  .download-item__title .title-primary {
    font-size: 19px;
  }
  .download-item__downloadfile a {
    font-size: 15px;
    padding: 6px 14px 6px 10px;
  }
  .download-item__title .title-secondary {
    font-size: 16px;
  }
  .notice-bage__content {
    font-size: 14px;
  }
}/*# sourceMappingURL=downloads-block.css.map */