.list {
    list-style-type: none;
    margin: 0 0 20px 0;
    padding: 0 0 0 20px;
}

.list li {
    position: relative;
}

.list li::before {
    left: -15px;
    top: 8px;
    content: "";
    display: block;
    position: absolute;
    width: 7px;
    height: 7px;
    background-color: #ffad32;
    border-radius: 50%;
    /* margin-right: 10px; */
}