.downloads-section {
  padding: 120px 0;
}
.downloads-section .section-title {
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 1440px) {
  .downloads-section {
    padding: 90px 0;
  }
}
@media screen and (max-width: 1023px) {
  .downloads-section {
    padding: 70px 0;
  }
}
@media screen and (max-width: 767px) {
  .downloads-section {
    padding: 50px 0;
  }
}

.downloads-section__base {
  margin-bottom: 40px;
}

.downloads__packet-row {
  margin-bottom: 40px;
  text-align: center;
}

.downloads__packet-rowtitle {
  font-size: 24px;
  line-height: 130%;
  letter-spacing: 2.4px;
  font-weight: 500;
  color: var(--highlight);
  text-transform: uppercase;
  margin-bottom: 30px;
}

.downloads__packet-rowcontent {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.download-item {
  display: inline-block;
  font-size: 17px;
  line-height: 23px;
  font-weight: bold;
}
.download-item:hover {
  color: var(--highlight);
  transition: color 0.12s ease-in;
}

.downloads-section.theme--t2 .download-item:hover .download-item__title {
  color: var(--hellblau);
}
/*# sourceMappingURL=downloads-block.css.map */
