#hero-section::before {
    content: '';
    background: linear-gradient(180deg, rgba(44, 44, 44, 0.75) 50%, #2C2C2C 100%);
    position: absolute;
    left: 0;
    top: 0;
    inset: 0;
}