.legal-page {
  padding: 48px 0 64px;
}

.legal-page__container {
  max-width: 1280px;
}

.legal-page__title {
  margin: 0 0 16px;
}

.legal-page__content {
  min-height: 520px;
  padding: 20px;
  border: 1px dashed #c8ced8;
  border-radius: 10px;
  background: #f8fafc;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}

.legal-page__products-btn {
  margin-top: auto;
  background: #3f68e0;
  border-color: #3f68e0;
  color: #ffffff;
  text-decoration: none;
  border-radius: 999px;
  min-width: 240px;
  min-height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1.18rem;
}

.legal-page__products-btn:hover,
.legal-page__products-btn:focus-visible {
  background: #3155bf;
  border-color: #3155bf;
  color: #ffffff;
}
