/**
Theme Name: Astra Child
Author: Minimal Chaos
Author URI: https://minimalchaosweb.com/
Description: A custom WordPress theme built using the Astra theme framework
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

.fl-rich-text.check-list  ul li {
    list-style: none;
    margin-bottom: 25px;
    line-height: 1.5em;
    position: relative;
}

.fl-rich-text.check-list  ul li::before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f058';
    margin: 1px 5px 0 -32px;
    color: #fda533;
    font-size: 1.1em;
    position: absolute;
}