/* Use the bundled checkmark font instead of the missing ElegantIcons font. */
.about-area .about-items ul li::after,
.features-grid-area .single-item ul li::after {
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    content: "\f00c";
}

/* The exported template does not include its retired 19.png ornament. */
.features-area .features-box .item::before,
.advanced-features-area .af-items .item::after {
    background-image: none !important;
}
