.separator.dot:before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: white;
    vertical-align: middle;
    margin: 0 8px;
}
