/*
 * Template: Quality
 * Description: Minimal overrides for the Quality page template.
 * Most styles are handled by shared-components.css
 */

.page-quality .hero-bg {
    /* Ensure the background image covers the area appropriately */
    background-size: cover;
    background-position: center center;
}

/* Specific adjustment for the certifications grid if needed */
.page-quality .certifications-list {
    list-style: none;
    padding: 0;
}