.hero-bg {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), 
                url('../imgs/pallets_01.jpeg');
    background-size: cover;
    background-position: center;
}
