.whatsnew-vers {
    margin: 15px 0 6px 15px;
    color: dimgray;
    font-weight: 600;
}

.whatsnew-vers-2 {
    margin: 0 0 0 5px;
    color: dimgray;
    font-weight: 400;
    font-size: 0.9rem;
}

.whatsnew-feature {
    position: relative;
    margin: 7px 0 0 35px;
    color: black;
    font-weight: 400;
    font-size: 0.9rem;
}

.whatsnew-feature::before {
    content: "•";
    /* Use a bullet character */
    position: absolute;
    left: -20px;
    /* Align with the padding of the container */
    color: dimgray;
}