/*
Theme Name: DEVTIG
Theme URI: https://devtig.nl
Template: joule
Version: 1.0
Text Domain: joule-child
*/

.ekit-heading__description {
    ul {
        margin-left: 0 !important;
        margin-top: 20px !important;
        list-style: none;
        li {
            color: #ffffffcc;
            font-size: 20px;
            padding-bottom: 5px !important;
            &:before {
                content: "✓";
                display: inline-block;
                padding-right: 10px;
            }
        }
    }
}

#footer-cta {
	background: white!important;
}