header:not(.fixed) {
  background-color: rgba(45, 54, 145, 0.9);
  padding-bottom: 15px;
}
.trusted_section {
  margin-top: 119px;
}
.legal-header h2,
.legal-header .legal-meta {
  text-align: left;
}
.breadcrumbs {
  margin-bottom: 5px;
  text-align: left;
  font-size: 12px !important;
}
.breadcrumbs span {
  color: var(--body-text-purple);
}
.legal-img {
  margin-bottom: 2rem;
}
.legal-img img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.legal-content-full ul,
.legal-content-full li {
  list-style-type: disc;
  margin-left: 9px;
}
.legal-content {
  display: flex;
}
/* .legal-content-full {
  width: 70%;
  padding-right: 130px;
} */
.legal-content-full h2 {
  margin: 30px 0 20px;
}
.legal-content-full strong {
  color: var(--body-text-purple);
}
.legal-content-full p,
.legal-content-full li {
  font-size: 16px;
}
.legal-content-full ul {
  margin-bottom: 1rem;
}
.legal-content-full li {
  color: #666;
}

@media (max-width: 992px) {
  .legal-content {
    flex-direction: column;
    gap: 2rem;
  }
}
