.ddBreadcrumb {
    position:relative;
    background:var(--dark-whover,var(--dark-color));
    padding:40px 0;
    z-index:1;
}
.ddBreadcrumb .ddBreadcrumbHead {
    display:flex;
    align-items:center;
    gap:15px;
}
.ddBreadcrumb .ddBreadcrumbHead .text {
    line-height:22px;
    color:#b0b3c1;
    font-size:17px;
}
.ddBreadcrumb .ddBreadcrumbHead .text h1 {
    color:#fff;
}
.ddBreadcrumb .ddBreadcrumbHead p {
    max-width:650px;
    margin-top:15px;
    color:var(--white);
    opacity: 0.8;
}