.topcar-product-document ul {
    list-style: none;
}

.topcar-product-document {
    background: #000;
    padding: 2em;
}

.topcar-product-document ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 2em;
    margin-bottom: 2em;
}

.topcar-product-document .uppercase {
    color: oklch(82% .17 87);
}

.topcar-product-document h2 {
    color: #fff;
}

.topcar-product-document ul li {
    background-color: rgba(255, 255, 255, .1);
    border: 1px solid #4e4e4e;
    padding: 1em;
    color: #fff;
    flex: 48%;
    max-width: 0 0 48%;
}

.topcar-product-document ul li svg {
    color: oklch(82% .17 87);
}