.collection-usp {
    display: inline-flex;
    gap: calc(2 * var(--space-unit));
}
.collection-usp:last-child p {
    margin-bottom: 0;
}