
/*X-Large devices (large desktops, 1200px and up*/
/*If the screen size is 1200px or more*/
@media screen and (min-width: 1200px) {
    .factorTxtWrap p {
        max-width: 400px
    }
    .prodRightWrap{padding-left: 30px!important;}
   .materialNum {
     
        width: 100%;

    }
    .productTitle {
        font-size: 24px;
    }
}