.product-description ul {
    display: grid;
    gap: 1em;
    margin-bottom: 1em;
}

.product-description {
    margin-bottom: var(--grid-gutter);
}