/* industries-manufacturing.php — page-scoped overrides only */

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

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

/* Browser: one centered line (no forced break) */
.lwc-manufacturing-why-choose__br-title {
    display: none;
}

@media only screen and (max-width: 991px) {
    .lwc-manufacturing-why-choose__title {
        max-width: min(100%, 36rem);
    }

    .lwc-manufacturing-why-choose__br-title {
        display: block;
    }

    .lwc-manufacturing-why-choose .p-40 > i.fs-48 {
        font-size: 34px !important;
        padding: 0.35rem !important;
    }

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