/* Start custom CSS */.faqLinks {
    color: #EB952C!important;
}

.faqLinks:hover {
    color: #D58729!important;
}

.productFeatures ul {
    list-style: none;
    text-align: left;
    padding-left: 9%;
}

.productFeatures li:before {
    content: "+";
    margin-right: 4px;
    font-weight: 600;
    font-size: 25px;
    color: #E78814;
}

.elementor-image-box-content > ul > li {
    font-size: 15px;
}/* End custom CSS */