.knowledge .knowledge-columns {
    align-items: start;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.knowledge .knowledge-intro {
    color: var(--muted);
}

.knowledge .knowledge-intro > :first-child {
    margin-top: 0;
}

.knowledge .knowledge-intro > :last-child {
    margin-bottom: 0;
}

.knowledge .knowledge-intro ul,
.knowledge .knowledge-intro ol {
    display: inline-block;
    margin: 8px auto 0;
    text-align: left;
}

.knowledge .knowledge-column {
    min-width: 0;
    align-self: start;
}

.easy-copy .lead > :first-child {
    margin-top: 0;
}

.easy-copy .lead > :last-child {
    margin-bottom: 0;
}

.blog-bottom-content {
    width: 100%;
    padding-top: 24px;
    padding-bottom: 40px;
    background: #fff;
}

.knowledge-text-only {
    padding-bottom: 36px;
}

.knowledge-text-only + .blog-preview {
    padding-top: 40px;
    padding-bottom: 40px;
}

.blog-bottom-content + .home-faq {
    padding-top: 30px;
}

.blog-bottom-content-inner {
    width: min(1180px, calc(100% - 40px));
    margin-inline: auto;
}

.blog-bottom-content header h2 {
    margin: 0 0 22px;
    color: var(--navy);
    font-size: clamp(28px, 3.2vw, 40px);
    line-height: 1.18;
    letter-spacing: -.035em;
}

.blog-bottom-content .rich-text > :first-child {
    margin-top: 0;
}

.blog-bottom-content .rich-text > :last-child {
    margin-bottom: 0;
}

.knowledge .knowledge-visual {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    aspect-ratio: 1200 / 675;
    margin: 0 0 28px;
    overflow: hidden;
    border: 0;
    border-radius: 10px;
    background: transparent;
    box-shadow: none;
}

.knowledge .knowledge-visual > img {
    display: block;
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    margin: 0;
    border: 0;
    border-radius: 10px;
    object-fit: cover;
    object-position: center;
}

@media (max-width: 790px) {
    .knowledge-text-only {
        padding-bottom: 26px;
    }

    .knowledge-text-only + .blog-preview {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .blog-bottom-content {
        padding-top: 18px;
        padding-bottom: 28px;
    }

    .blog-bottom-content + .home-faq {
        padding-top: 24px;
    }

    .knowledge .knowledge-columns {
        grid-template-columns: minmax(0, 1fr);
        gap: 32px;
    }

    .knowledge .knowledge-visual {
        width: 100%;
        height: auto;
        aspect-ratio: 16 / 9;
        margin-bottom: 22px;
    }

}
