.tp-title .av-special-heading-tag {
    background-color: #000;
    color: #fff !important;
    padding: 6px 18px !important;
    font-weight: 500 !important;
}

.tp-title {
    display: flex !important;
}

.tp-content ul {
    list-style-type: none !important;
    margin: 0;
}

.tp-content ul li {
    margin-left: 0;
    padding-left: 0;
    padding-block: 11px;
}

.tp-content ul li:nth-child(n+2) {
    border-top: 1px solid var(--yellow);
}

.tp-footer {
    margin-top: 30px;
}