/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 17 2025 | 05:52:51 */
/* Global */

/* add >> to ul list */
.text-default ul {
    margin: 0 0 20px 0;
    list-style-type: none;
}
.text-default ul li {
    position: relative;
    margin-bottom: 5px;
    padding-left: 1.5em;
}
.text-default ul li::before {
    content: "\f101";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: 0;
    left: 0;
}

