.legal-article {
  max-width: 1200px;  
}
.legal-modified-date {
    font-size: 18px;
    line-height: 25px;
    font-weight: 400;
    color: #818181;
    margin: 0 0 60px;
}
.legal-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 9px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #FF7A4F;
    flex-shrink: 0;
}
.legal-section {
  margin-bottom: 60px;
}

.legal-section:last-child {
  margin-bottom: 0;
}

.legal-section__title {
  font-size: 24px;
  line-height: 33px;
  font-weight: 400;
  color: #333333;
  margin: 0 0 20px;
}

.legal-section__body {
    font-size: 18px;
    line-height: 25px;
    font-weight: 400;
    color: #333333;
    margin: 0 0 20px 0;
}

.legal-section__body:last-child {
    margin-bottom: 0;
}

.legal-section__body a {
  color: var(--color-brand-orange);
}
.legal-section__body a:hover {
    text-decoration: underline;
}

.legal-list {
  margin: 0 0 20px 25px;
  padding: 0;
}

.legal-list li {
    position: relative;
    padding-left: 15px;
    font-size: 18px;
    line-height: 25px;
    color: #333333;
    margin-bottom: 10px;
}

.layout-rtl .legal-list {
  margin: 0 25px 20px 0;
  padding: 0;
}
.legal-section a {
    color: var(--color-brand-orange);
}

.legal-section a:hover {
    text-decoration: underline;
}
