.properties__headline {
    margin-bottom: 10px;
    font-size: var(--font-size-h4);
    text-transform: var(--font-heading-transform);
}

.properties__table {
    border-collapse: collapse;
}

.properties__table-cell.properties__table-cell--key {
    padding: 0 10px 0 0;
}