.widget_atreal_support { .list-group { max-height: 200px; overflow: auto; padding-right: 10px; } .list-group-item { &:first-of-type { padding-top: 0; } &:last-of-type { padding-bottom: 0; } div.d-flex { display: flex; justify-content: space-between; gap: 10px; margin-bottom: .5em; h4 { margin: 0; } } } }