﻿.value-props.contractor-solutions {
    text-align: center; /* Centers h2 and list bullets/text */
}

    .value-props.contractor-solutions .container {
        max-width: 800px; /* Optional: wider than default for better reading */
        margin: 0 auto; /* Ensures centering if not already */
        padding: 0 1rem; /* Keeps side padding on mobile */
    }

    .value-props.contractor-solutions .offerings-list {
        display: inline-block; /* Shrinks ul to content width */
        text-align: left; /* Keeps list text left-aligned (readable) */
        margin: 1.5rem auto 0; /* Centers the ul block */
        padding-left: 1.5rem; /* Standard indent for bullets */
        max-width: 700px; /* Prevents super-wide lines on desktop */
    }
