.intro-header {
    position: relative;
}

.intro-header::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(120, 120, 120, 0.45);
    z-index: 1;
}

.intro-header .container {
    position: relative;
    z-index: 2;
}
