.faq-custom-list ul:not(ul ul) {
    list-style-type: none !important;
    /*padding-left: 24px !important;*/
}

.faq-custom-list ul:not(ul ul) > li {
    position: relative;
    line-height: 1.5;
    display: block;
}

.faq-custom-list ul:not(ul ul) > li::before {
    content: "";
    position: absolute;
    left: -24px;
    top: 0.85em;
    transform: translateY(-50%);

    width: 18px;
    height: 18px;
    background-image: url('../images/icons/tick.png') !important;
    background-size: contain;
    background-repeat: no-repeat;
}

.faq-custom-list ul ul {
    list-style-type: disc !important;
}

.faq-custom-list ul ul ul {
    list-style-type: circle !important;
}

.faq-custom-list ul ul ul ul {
    list-style-type: square !important;
}
