.campaigns-hero {
    position: relative;
    background-color: rgba(0,0,0,0.60);
    border-bottom: 1px solid #eaeaea;
    z-index: 1;
}

.campaigns-hero h2 {
    font-size: 40px;
    font-weight: 800;
    color: #fff;
    padding: 120px 0;
    margin: 0;
}

.campaigns-hero:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    background-color: #f7f7f7;
    background-attachment: fixed;
    background-size: cover;
    opacity: 0.7;
    height: 100%;
    width: 100%;
    z-index: -1;
}