.jme .jme-download {
  background: #fff;
  border-top: 1px solid var(--line);
  padding: 64px 0;
}

.jme .jme-download-grid {
  align-items: center;
  display: grid;
  gap: 48px;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 320px);
}

.jme .jme-download .jme-section-heading p:last-child {
  margin-bottom: 0;
}

.jme .jme-download-actions {
  justify-self: end;
  width: 100%;
}

.jme .jme-download-actions .jme-button {
  width: 100%;
}

.jme .jme-download-actions > span {
  color: var(--muted);
  display: block;
  font-size: 13px;
  margin-top: 12px;
  text-align: center;
}

@media (max-width: 767px) {
  .jme .jme-download {
    padding: 62px 0;
  }

  .jme .jme-download-grid {
    gap: 24px;
    grid-template-columns: 1fr;
  }

  .jme .jme-download-actions {
    justify-self: stretch;
  }
}
