.content {
    width: 100%;
}

.content ul {
    list-style: none;
    padding: 0;
}

.content ul li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 8px;
    line-height: 1.6;
}

.content ul li::before {
    content: "•";
    position: absolute;
    left: 0;
    top: 0;
    color: #d10000;
    font-size: 20px;
    line-height: 1;
}


@media screen and (min-width: 768px) {

}

@media screen and (min-width: 1025px) {

}

@media screen and (min-width: 1200px) {

}
