/* Services V3 — Full-width gradient section with intro + 2-col scrollable service list */

.srv.v3 {

    .srv-v3-list {
        columns: 2;
        column-gap: 2.5rem;
    }

    .srv-v3-list li {
        break-inside: avoid;
    }

    @media screen and (max-width: 699px) {
        .srv-v3-list {
            columns: 1;
        }
    }
}
