/*!*****************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./templates/routes/main/parking-tariffe/parking-tariffe.css ***!
  \*****************************************************************************************************************************************/
.ph-hero {
    padding: 3rem 1rem 2rem;
    text-align: center;
}

.ph-hero-inner {
    max-width: 600px;
    margin: 0 auto;
}

.ph-title {
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 700;
    letter-spacing: -0.025em;
    color: #fff;
    text-shadow: 0 2px 24px rgba(0, 0, 0, 0.4);
    margin-bottom: 0.5rem;
}

@media (max-width: 575.98px) {
    .ph-hero {
        padding: 2rem 1.25rem 1.5rem;
    }
}

