.split {
    display: inline-flex;
}

.split >div {
    display: inline-flex;
}

.split > div:nth-child(1), .legislation > div:nth-child(1){
    font-weight:700;
}

.split > div:nth-child(1):after, .legislation  > div:nth-child(1):after {
    content: ": ";
    padding-right:5px;
}

.related-docs > div:nth-child(1) {
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 20px;
}