.kf-basic-info { display: flex; flex-direction: row; flex-wrap: wrap; gap: 20px 40px; align-items: flex-start; width: 80%; &__item { display: flex; align-items: flex-start; width: calc(50% - 20px); &__label { position: relative; flex: none; color: @text-color-secondary; font-size: @font-size-content; line-height: 1.6; text-align: justify; text-align-last: justify; &::after { position: absolute; content: ':'; } } &__value-container { display: flex; flex: 1; flex-direction: column; gap: 5px 0; } &__value { flex: 1; margin-left: 16px; font-size: @font-size-content; line-height: 1.6; word-break: break-all; &__text { color: @text-color; } &__link:hover { text-decoration: underline @underline-color; text-underline-offset: 3px; } } } }