.page-cms #main {
  max-width: 1100px;
  margin: 0 auto;
  padding: 70px 15px 100px;
}

.page-cms .page-header {
  text-align: center;
  margin-bottom: 40px;
}

.page-cms .page-header h1 {
  margin: 0;
  font-size: 56px;
  line-height: 1.05;
  font-weight: 700;
  letter-spacing: -1.5px;
  color: #111;
}

@media (max-width: 991px) {
  .page-cms #main {
    padding: 50px 0 70px;
  }
}

@media (max-width: 991px) {
  .page-cms .page-header h1 {
    font-size: 42px;
    line-height: 1.1;
  }
}

.page-content.page-cms ul,
.page-content.page-cms p {
  font-size: .9375rem;
  font-weight: 400;
  color: #333;
}

.page-cms #content.page-content {
  background: #fff;
  border-radius: 32px;
  padding: 60px;
  border: 1px solid rgba(0,0,0,0.06);
  box-shadow: 0 20px 70px rgba(0,0,0,0.06);
}

.page-cms .page-content h2 {
  position: relative;
  margin: 70px 0 28px;
  padding-bottom: 18px;
  font-size: 38px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -1px;
  color: #111;
  text-align: left;
}

.page-cms .page-content h2:first-child {
  margin-top: 0;
}

.page-cms .page-content h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 90px;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, #d4af37 0%, #C9A14A 100%);
}

.page-cms .page-content h3 {
  margin: 0px 0 22px;
  font-size: 28px;
  line-height: 1.3;
  font-weight: 700;
  color: #111;
  text-align: left;
}

.page-cms .page-content h4 {
  margin: 36px 0 14px;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 700;
  color: #111;
  text-align: left;
}

.page-cms .page-content p {
  margin: 0 0 22px;
  font-size: 17px;
  line-height: 1.95;
  color: #555;
  text-align: left;
}

.page-cms .page-content strong {
  color: #111;
  font-weight: 700;
}

.page-cms .page-content a {
  color: #C9A14A;
  font-weight: 700;
  text-decoration: none;
  transition: all .25s ease;
}

.page-cms .page-content a:hover {
  color: #111;
}

.page-cms .page-content ol,
.page-cms .page-content ul {
  margin: 0 0 28px;
  padding-left: 22px;
}

.page-cms .page-content li {
  margin-bottom: 14px;
  font-size: 17px;
  line-height: 1.9;
  color: #555;
}

.page-cms .page-content li::marker {
  color: #C9A14A;
  font-weight: 700;
}

.page-cms .page-content hr {
  margin: 50px 0;
  border: 0;
  border-top: 1px solid rgba(0,0,0,0.08);
}

.page-cms .page-content blockquote {
  margin: 35px 0;
  padding: 28px 32px;
  border-left: 4px solid #C9A14A;
  border-radius: 0 18px 18px 0;
  background: #faf8f2;
}

.page-cms .page-content blockquote p:last-child {
  margin-bottom: 0;
}

.page-cms .page-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 35px 0;
}

.page-cms .page-content table th,
.page-cms .page-content table td {
  padding: 16px;
  border: 1px solid rgba(0,0,0,0.08);
  text-align: left;
}

.page-cms .page-content table th {
  background: #f8f8f8;
  color: #111;
  font-weight: 700;
}

@media (max-width: 991px) {
  .page-cms #content.page-content {
    padding: 35px 24px;
    border-radius: 24px;
  }
}

@media (max-width: 991px) {
  .page-cms .page-content h2 {
    margin: 50px 0 22px;
    font-size: 30px;
  }
}

@media (max-width: 991px) {
  .page-cms .page-content h3 {
    font-size: 24px;
  }
}

@media (max-width: 991px) {
  .page-cms .page-content h4 {
    font-size: 18px;
  }
}

@media (max-width: 991px) {
  .page-cms .page-content p,
    .page-cms .page-content li {
    font-size: 16px;
    line-height: 1.85;
  }
}

.page-content.page-cms ul,
.page-content.page-cms p {
  color: #333;
}