.legal-manage-and-sale {
  max-width: 67.5rem;
  margin: 2rem auto 8rem auto;
}

.legal-manage-and-sale > h2 {
  font-size: var(--font-size-xxxxl);
  line-height: 4.0625rem;
  font-weight: var(--font-weight-bold);
  text-align: center;
  color: var(--main-text-color);
  margin-block: 0 2rem;
}

.legal-manage-and-sale > div {
  font-size: var(--font-size-xxm);
  line-height: 1.8125rem;
  font-weight: var(--font-weight-regular);
  text-align: center;
  color: var(--placeholder-color);
  margin-bottom: 2rem;
}

.legal-manage-and-sale > a {
  display: block;
  margin: 0 auto;
  width: max-content;
}

/*Responsive*/
@media only screen and (max-width: 960px) {
  .legal-manage-and-sale {
    margin: 0 auto 5rem auto;
  }
}

@media only screen and (max-width: 767px) {
  .legal-manage-and-sale > h2 {
    font-size: 2.5rem;
    line-height: 3rem;
  }
}
