.half-black-white {
    background: linear-gradient(to bottom, #050709 50%, white 50%);
}

.trucking-cta-number {
    font-size: 18px;
    text-decoration: none;
    font-weight: 700;
}

.trucking-cta-number:hover {
    text-decoration: underline;
}

.trucking-cta-svg {
    width: 19px;
    height: 19px;
}

@media (min-width: 768px) {
    .trucking-cta-number {
        font-size: 30px;
    }

    .trucking-cta-svg {
        width: 24px;
        height: 24px;
    }
}

@media (min-width: 1200px) {
    .oversize-truck {
        min-width: 750px;
    }
}



