p {

    line-height: 1.6;
    margin-bottom: 18px;
}

ul {
    padding-left: 20px;
    margin-bottom: 20px;
}

ul li {

    line-height: 1.6;
    margin-bottom: 8px;
}
ul li:before {
    content: "• ";
}

.strong-theme-text {
    color: var(--main-color);
    font-weight: bold;
}


.content-block p,
.content-block li {
    color: #666666;
}

.low-text-content {
    color: #666666;
}
.strong-text-content{
    color: #444444;
    font-weight: bold;
}