#v6hdr ~ .wrapper {
    padding-top: 0;
}

.sv2 .sp-root.about-root {
    margin-top: 0;
}

.about-root {
    background: #f6fbfe;
}

.about-root .sp-sec {
    background: transparent;
    padding: 44px 0;
}

.about-root > .sp-sec:first-child {
    padding-top: 54px;
}

.about-root .title-border,
.about-root .color-secondary {
    color: var(--primary);
}

.about-root .title-border::after {
    display: none;
}

.about-hero .cl-eyebrow svg {
    width: 16px;
    height: 16px;
}

.about-lead + .about-lead {
    margin-top: 14px;
}

.about-lead span {
    color: var(--navy);
    font-weight: 600;
}

.about-feats {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.about-feat {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    padding: 26px;
}

.about-feat-ic {
    display: grid;
    flex: none;
    place-items: center;
    width: 56px;
    height: 56px;
    border-radius: 16px;
    color: var(--primary);
    background: color-mix(in srgb, var(--primary) 11%, #fff);
}

.about-feat-ic svg {
    width: 28px;
    height: 28px;
}

.about-feat-b {
    min-width: 0;
}

.about-feat-t {
    margin: 0 0 7px;
    color: var(--navy);
    font-size: 19px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.25;
}

.about-feat-d {
    margin: 0;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.6;
}

.about-feat-d span {
    color: var(--navy);
    font-weight: 600;
}

.about-root .v2l_faq-foot {
    margin-top: 0;
}

@media (max-width: 720px) {
    .about-feats {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .about-root .sp-sec {
        padding: 34px 0;
    }

    .about-root > .sp-sec:first-child {
        padding-top: 40px;
    }

    .about-feat {
        gap: 14px;
        padding: 20px;
    }

    .about-feat-ic {
        width: 48px;
        height: 48px;
        border-radius: 12px;
    }

    .about-feat-ic svg {
        width: 24px;
        height: 24px;
    }
}
