/* industries-public-sector.php — page-scoped overrides only */

.lwc-public-sector-why-choose__head-col {
    text-align: center;
}

.lwc-public-sector-why-choose__title {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.25;
    max-width: none;
}

@media only screen and (min-width: 992px) {
    .lwc-public-sector-why-choose__title {
        white-space: nowrap;
    }
}

/* Mobile only — slightly smaller check icons in Why Choose boxes */
@media only screen and (max-width: 991px) {
    .lwc-public-sector-why-choose .p-40 > i.fs-48 {
        font-size: 34px !important;
        padding: 0.35rem !important;
    }

    .lwc-public-sector-why-choose .p-40 > .ps-80 {
        padding-left: 62px !important;
    }
}
