/* ============================================
   MANPOWER SUPPLY — PREMIUM PAGE CSS
============================================ */

@import url('construction.css');
/* Reusing parallax + expertise styles for consistency */

/* Page specific styling */

.service-hero-bg {
    background-size: cover;
    background-position: center;
}

.expert-content h4 {
    color: #003c99;
    font-weight: 700;
}

.parallax-overlay h2 {
    font-size: 40px;
    font-weight: 800;
}

@media(max-width:575px) {
    .parallax-overlay h2 {
        font-size: 28px;
    }
}
