/* IndoSurgicals Mobile Refinement 2.10
 * Homepage procurement highlight alignment.
 * Mobile/tablet only. Desktop >= 901px is intentionally untouched.
 */
@media (max-width: 900px) {
    .isp-home-trust-heading {
        text-align: center !important;
    }

    .isp-home-trust-grid > div {
        align-items: center !important;
        text-align: center !important;
    }

    .isp-home-trust-grid strong,
    .isp-home-trust-grid span {
        width: 100%;
        text-align: center !important;
    }
}
