.trust-page {
    padding: 28px 0 64px;
}

.trust-page__layout {
    max-width: 960px;
}

.trust-page .breadcrumb {
    margin-bottom: 18px;
}

.trust-page__article {
    overflow: hidden;
    border: 1px solid #dce7e2;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 14px 34px rgba(32, 58, 49, .07);
}

.trust-page__header {
    padding: 38px 48px 34px;
    border-bottom: 1px solid #dce7e2;
    background: #f4faf7;
}

.trust-page__eyebrow {
    display: block;
    margin-bottom: 10px;
    color: #28745b;
    font-size: 14px;
    font-weight: 700;
}

.trust-page__header h1 {
    margin: 0;
    color: #173d32;
    font-size: 34px;
    line-height: 1.25;
    letter-spacing: 0;
}

.trust-page__header p {
    max-width: 720px;
    margin: 14px 0 0;
    color: #526660;
    font-size: 17px;
    line-height: 1.8;
}

.trust-page__content {
    padding: 38px 48px 46px;
    color: #273b35;
    font-size: 16px;
    line-height: 1.9;
}

.trust-page__content h2 {
    margin: 38px 0 14px;
    padding-top: 4px;
    color: #173d32;
    font-size: 23px;
    line-height: 1.4;
    letter-spacing: 0;
}

.trust-page__content h2:first-child {
    margin-top: 0;
}

.trust-page__content h3 {
    margin: 26px 0 10px;
    color: #245747;
    font-size: 18px;
    letter-spacing: 0;
}

.trust-page__content p,
.trust-page__content ul,
.trust-page__content ol {
    margin: 0 0 18px;
}

.trust-page__content ul,
.trust-page__content ol {
    padding-left: 24px;
}

.trust-page__content li + li {
    margin-top: 8px;
}

.trust-page__content a {
    color: #1f6b54;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

.trust-page__content blockquote {
    margin: 24px 0;
    padding: 16px 20px;
    border-left: 4px solid #e58b68;
    background: #fff8f4;
    color: #51443f;
}

.trust-page__nav {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 22px;
    margin-top: 22px;
    padding: 20px 24px;
    border: 1px solid #dce7e2;
    border-radius: 8px;
    background: #fff;
}

.trust-page__nav a {
    color: #275d4c;
    font-weight: 650;
    text-decoration: none;
}

.trust-page__nav a:hover {
    color: #b85d3d;
}

@media (max-width: 720px) {
    .trust-page {
        padding: 16px 0 40px;
    }

    .trust-page__header,
    .trust-page__content {
        padding-right: 22px;
        padding-left: 22px;
    }

    .trust-page__header {
        padding-top: 28px;
        padding-bottom: 26px;
    }

    .trust-page__header h1 {
        font-size: 28px;
    }

    .trust-page__header p {
        font-size: 16px;
    }

    .trust-page__content {
        padding-top: 28px;
        padding-bottom: 34px;
    }

    .trust-page__content h2 {
        font-size: 21px;
    }

    .trust-page__nav {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 420px) {
    .trust-page__nav {
        grid-template-columns: 1fr;
    }
}
