.precious-lp{
    --FONT-SIZE-SECTION-TITLE: 50px !important;
}

@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 2) {
    .precious-lp{
        --FONT-SIZE-SECTION-TITLE: 35px !important;
    }
}

@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 2) {
    .precious-lp{
        --FONT-SIZE-SECTION-TITLE: 26px !important;
    }
}

@media (max-width: 480px) {
    .precious-lp{
        --FONT-SIZE-SECTION-TITLE: 36px !important;
    }
}