.post-info {
    display: flex;
}

.post-info * {
    color: #C4C4C4;
    font-family: "Atyp Display", Sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.15em;
    text-transform: capitalize;
}

.post-date:after {
    content: '';
    width: 12px;
    height: 12px;
    background-color: #D9D9D9;
    display: inline-block;
    position: relative;
    border-radius: 100px;
    margin: 0 8px;
    top: 2px;
}