ul.is-style-yellow-background {
    background-color: #fef0d4;
    margin-left: 0;
    margin-right: 0;
    padding: 1.5rem;
    list-style: none;
}

ul.is-style-yellow-background li {
    position: relative;
    padding-left: 20px;
}

ul.is-style-yellow-background li:not(:last-child) {
    margin-bottom: 10px;
}

ul.is-style-yellow-background li::before {
    content: "•";
    position: absolute;
    left: 0;
    top: 9px;
    line-height: 0;
    font-size: 26px;
}