.overlay::before {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #00000045;
    opacity: .8;
}

.breadcrumb h2 {
    color: #fff;
}