/* Max sitze */

@media (max-width: 575.98px) {

     h1 {
        font-size: 1.750rem !important;
        line-height: 1.25;
        font-weight: 600;
        margin-bottom: 1.75rem;
    }

    h2 {
        font-size: 1.500rem !important;
        line-height: 1.5;
        font-weight: 600;
        margin-bottom: 1.000rem;
    }

    p.pXXL {
        font-size: 1.500rem !important;
        line-height: 1.500;
    }


    p.pXL {
        font-size: 1.250rem !important;
        line-height: 1.5;
        }
    
}

@media (max-width: 767.98px) {
    
}

@media (max-width: 991.98px) {
    
}

@media (max-width: 1399.98px) {

    h1{
        font-size: 2.00rem;
        line-height: 1.25;
        font-weight: 600;
        margin-bottom: 1.75rem;
    }

    h2 {
        font-size: 1.500rem;
        line-height: 1.5;
        font-weight: 600;
        margin-bottom: 1.000rem;
    }

    p.pL{
        font-size: 1.125rem;
        line-height: 1.5;
    }
 }

 