.land-vehicles-hero-bg {
    background-image: url('../../img/land/hero.jpg');
    background-size: cover;
    background-position: center;
    background-color: #0d0c0c;
}

.section-header-line::before {
    content: '';
    display: block;
    width: 50px;
    height: 4px;
    background-color: #0ea5e9;
    /* Tailwind sky-500 */
    margin: 0 auto 1rem;
}
