.le-trust-page {
    width: min(calc(100% - 48px), 1040px);
    min-height: 600px;
    padding: 76px 0 124px;
}

.le-trust-page > header {
    max-width: 760px;
    margin: 0 auto 54px;
    text-align: center;
}

.le-trust-page > header h1,
.le-trust-page .le-prose h1 {
    margin: 0;
    font-size: clamp(34px, 4.2vw, 48px);
    font-weight: 400;
    line-height: 1.12;
    letter-spacing: -.025em;
    text-transform: none;
}

.le-trust-page .le-prose {
    width: min(100%, 760px);
    margin: 0 auto;
    overflow-wrap: anywhere;
    color: #555;
    font-size: 14px;
    line-height: 1.85;
}

.le-trust-page .le-prose > :first-child {
    margin-top: 0;
}

.le-trust-page .le-prose > h1:first-of-type {
    margin-bottom: 54px;
    color: #111;
    text-align: center;
}

.le-trust-page .le-prose :is(h2, h3, h4) {
    margin: 44px 0 16px;
    color: #111;
    font-weight: 500;
    line-height: 1.35;
    letter-spacing: -.012em;
}

.le-trust-page .le-prose h2 {
    padding-top: 30px;
    border-top: 1px solid #e8e4df;
    font-size: 24px;
}

.le-trust-page .le-prose h3 {
    font-size: 18px;
}

.le-trust-page .le-prose :is(p, ul, ol, blockquote, table) {
    margin: 0 0 20px;
}

.le-trust-page .le-prose :is(ul, ol) {
    padding-left: 22px;
}

.le-trust-page .le-prose li + li {
    margin-top: 8px;
}

.le-trust-page .le-prose a {
    border-bottom: 1px solid currentColor;
    color: #111;
    text-decoration: none;
}

.le-trust-page .le-prose a:hover {
    color: #75624a;
}

.le-trust-page .le-prose a:focus-visible {
    border-radius: 2px;
    outline: 2px solid #111;
    outline-offset: 4px;
}

.le-trust-page .le-prose blockquote {
    padding: 20px 24px;
    border-left: 2px solid #b79d78;
    background: #faf8f4;
}

.le-trust-page .le-prose :is(img, video, iframe) {
    max-width: 100%;
    height: auto;
}

.le-trust-page .le-prose table {
    display: block;
    max-width: 100%;
    overflow-x: auto;
    border-collapse: collapse;
}

.le-trust-page .le-prose :is(th, td) {
    padding: 12px 14px;
    border: 1px solid #e8e4df;
    text-align: left;
    vertical-align: top;
}

@media (max-width: 767px) {
    .le-trust-page {
        width: calc(100% - 36px);
        padding: 48px 0 84px;
    }

    .le-trust-page > header,
    .le-trust-page .le-prose > h1:first-of-type {
        margin-bottom: 36px;
    }

    .le-trust-page .le-prose {
        font-size: 13px;
        line-height: 1.78;
    }

    .le-trust-page .le-prose :is(h2, h3, h4) {
        margin-top: 34px;
    }

    .le-trust-page .le-prose h2 {
        padding-top: 24px;
        font-size: 21px;
    }
}
