html:not([theme=dark]) .content-box {
    border: none !important;
    box-shadow: none;
}/* Your custom CSS here */

html:not([theme=dark]) .inner-box {
    border: none !important;
    box-shadow: none;
}

.col-12.content-box.layout-section .row.row-featured.row-featured-category .col-12.box-title.no-border .inner {
    display: none;
}
.btn {
    border: none !important;
}