/* Services Panel 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;
        }
    }

    .btm-deco img {
        width: 100%;
        height: auto;
        display: block;
    }
}

#ServicesPanelV3 .btm-deco {
    bottom: -8px;
}
