.precious-lp-sciences__content .precious-lp-boldtext {
    font-size: 32px !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-sciences__content .precious-lp-boldtext {
    font-size: 28px !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-sciences__content .precious-lp-boldtext {
    font-size: 18px !important;
}  
}

@media (max-width: 480px) {
    .precious-lp-sciences__mobile .precious-lp-big-title {
        font-size: 5.2vw !important;
    }

}