.ct-page-title {

    background: linear-gradient(
        180deg,
        #111111 0%,
        #080808 100%
    ) !important;

    border-bottom: 1px solid rgba(255,255,255,0.06);
}

/* TITLE */

.ct-page-title h1 {

    color: #fff !important;

    font-weight: 800;
}

/* BREADCRUMBS */

.ct-breadcrumbs {

    color: rgba(255,255,255,0.6);
}

.ct-breadcrumbs a {

    color: rgba(255,255,255,0.7);
}

.ct-breadcrumbs a:hover {

    color: var(--primary);
}