p.problem-audience__text-light{
    color: #333333b3;
    line-height: 28px;
    font-size: 18px;
    margin-bottom: 16px;
}
body .dark-section p.problem-audience__text-light{
    color: #ffffffb3;
}
.problem-audience__item-list ul {
    list-style: none;
    margin-bottom: 24px;
    margin-block-start: 0;
    padding-inline-start: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.problem-audience__item-list ul li {
    position: relative;
    margin-left: 20px;
    color: #333333;
    line-height: 1.625;

}

.problem-audience__item-list ul li::before {
    content: '';
    position: absolute;
    border-radius: 50%;
    height: 6px;
    width: 6px;
    top: 10px;
    left: -16px;
}

.btn-show-more.js-show-more-btn{
    width: fit-content;
    margin-right: auto;
    margin-left: auto;
}

/* Сюди входить все для problem-audience__item */
.problem-audience__item.hidden {
    display: none !important;
}
.problem-audience__block {
    transition: all 0.3s ease;
}
.js-show-more-btn.expanded {
    margin-bottom: 24px;
}