.custom-meta-list {
    margin: 0;
    padding: 0;
    list-style: none;
    font-family: 'Work Sans', sans-serif;
    font-size: 18px;
    line-height: 1.65;
    color: #1f1f1f;
}

.custom-meta-list li {
    position: relative;
    padding-left: 28px;    
    font-weight: 400;    
}

.custom-meta-list li:last-child {
    margin-bottom: 0;
}

.custom-meta-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.72em;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #111111;    
    opacity: 0.9;
}