html,
body { background: #eee9e1; }

.faq-end {
  display: block;
  width: min(900px, 100%);
  margin: 34px auto 0;
  padding-top: 22px;
  color: #715f50;
  border-top: 1px solid #cfc4b8;
  font-size: 12px;
  letter-spacing: .16em;
  text-decoration: none;
  text-transform: uppercase;
}

@media (max-width: 760px) {
  .private-line-form fieldset { padding: 14px 0 18px; }
  .private-line-form legend { margin-bottom: 12px; }
  .private-line-form label:not(.check-row) { margin-bottom: 10px; }
  .private-line-form small {
    color: #514a44;
    font-size: 15px;
    line-height: 1.45;
    margin: 5px 0 10px;
  }
  .private-line-form .check-row span {
    color: #302b27;
    font-size: 16px;
    line-height: 1.45;
  }
  .private-line-form .submit-wrap { padding-top: 16px; }
  .private-line-form .submit-wrap > p {
    color: #514a44;
    font-size: 16px;
    line-height: 1.45;
    margin-bottom: 14px;
  }

  .faq { padding-bottom: 42px; }
  .faq-list summary { font-size: 22px; line-height: 1.25; }
  .faq-list details p {
    color: #514942;
    font-size: 16px;
    line-height: 1.55;
  }
  .faq-end { margin-top: 26px; }
}
