.download .container {
  background: #000;
  color: #fff;
  border-radius: 36px;
  padding: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1520px;
  margin: -120px auto 0;
}
.download .subtitle {
  font-size: 32px;
  font-weight: 700;
  line-height: 35px;
  color: var(--cyan);
  margin: 0 0 16px;
  padding: 0;
}
.download h2 {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
}
.download h2 span {
  color: var(--cyan);
}
.download .download-button {
  display: block;
  background: #fff;
  color: #000;
  padding: 24px 48px;
  border-radius: 16px;
  text-decoration: none;
  font-size: 24px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s ease;
  border: 0;
  min-width: 354px;
}
.download .download-button:hover {
  background: transparent;
  color: var(--cyan);
}
.download .download-button:active {
  transform: scale(0.98);
}
@media (max-width: 992px) {
  .download {
    padding: 32px 0;
  }
  .download .container {
    padding: 32px 16px 40px;
    max-width: 348px;
    margin: auto;
    display: block;
    border-radius: 24px;
  }
  .download .subtitle {
    font-size: 20px;
    margin-bottom: 0;
    line-height: 1.2;
  }
  .download h2 {
    font-size: 32px;
    line-height: 1.2;
    margin-bottom: 40px;
  }
  .download .download-button {
    padding: 16px 32px;
    font-size: 16px;
    min-width: 100%;
    text-align: center;
  }
}

/*# sourceMappingURL=style.css.map */
