.legal-page {
  max-width: 929px;
  margin: 0 auto;
  padding: 96px 15px 80px;
  font-family: var(--drake-font-primary, 'Source Sans Pro', sans-serif);
  font-size: 18px;
  line-height: 26px;
  color: #3d3d3d;
  background-color: #ffffff;
}

.legal-page h1 {
  font-size: 55px;
  font-weight: 400;
  line-height: 1.2;
  color: #2a51ac;
  margin-top: 0;
  margin-bottom: 40px;
  text-align: center;
}

.legal-page__updated {
  margin-bottom: 0;
  color: #3d3d3d;
}

.legal-page h1 + .legal-page__updated + h2,
.legal-page h1 + h2 {
  margin-top: 20px;
}

.legal-page h2 {
  font-size: 42px;
  font-weight: 400;
  line-height: 1.2;
  color: #2a51ac;
  margin-top: 60px;
  margin-bottom: 20px;
  border: none;
  padding-top: 0;
}

.legal-page h3 {
  font-size: 28px;
  font-weight: 500;
  color: #2a51ac;
  margin-top: 40px;
  margin-bottom: 10px;
}

.legal-page h4 {
  font-size: 22px;
  font-weight: 500;
  color: #2a51ac;
  margin-top: 30px;
  margin-bottom: 10px;
  font-style: italic;
}

.legal-page p {
  margin-bottom: 20px;
}

.legal-page strong {
  font-weight: 600;
}

.legal-page ul,
.legal-page ol {
  padding-left: 40px;
  margin-bottom: 10px;
}

.legal-page li {
  margin-bottom: 0;
}

.legal-page a {
  color: #2a51ac;
  text-decoration: none;
}

.legal-page a:hover,
.legal-page a:focus {
  text-decoration: underline;
}

.legal-page address {
  font-style: normal;
  margin: 20px 0;
}

.legal-page table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  font-size: 18px;
}

.legal-page th,
.legal-page td {
  border: 1px solid #dee2e6;
  padding: 12px;
  text-align: left;
  vertical-align: top;
}

.legal-page th {
  background: #f1f3f5;
  font-weight: 600;
}

.legal-page__contact-list {
  margin: 20px 0 20px 40px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 8px 16px;
}

.legal-page__contact-list dt {
  font-weight: 600;
}

.legal-page__contact-list dd {
  margin: 0;
}

@media (max-width: 767px) {
  .legal-page {
    padding: 48px 15px 60px;
  }

  .legal-page h1 {
    font-size: 36px;
  }

  .legal-page h2 {
    font-size: 28px;
  }

  .legal-page h3 {
    font-size: 22px;
  }

  .legal-page__contact-list {
    margin-left: 0;
  }

  .legal-page table {
    display: block;
    overflow-x: auto;
  }
}
