            @media (resolution: 1.5dppx){
                .w-75{
                    width: 75% !important;
                    line-height: 16px;
                   
                }
                .pb-15px{
                    padding-bottom: 8px !important;
                }
                .pt-10px{
                    padding-top: 8px !important;
                }
                .pt-15px{
                    padding-top: 8px !important;
                }

                .list-style-02 li{
                    font-size: 13px;
                }
              
                .w-100px{
                    width: 75px !important;
                    height: 75px !important;
        
                }  
             
             
               
            }
            @media (resolution: 1.25dppx){
                .w-75{
                    width: 75% !important;
                    line-height: 16px;
                   
                }
                .pb-15px{
                    padding-bottom: 8px !important;
                }
                .pt-10px{
                    padding-top: 8px !important;
                }
                .pt-15px{
                    padding-top: 8px !important;
                }
                .list-style-02 li{
                    font-size: 15px;
                }
                .w-100px{
                    width: 85px !important;
                    height: 85px !important;
        
                }  
                
              
            }
            @media only screen and (max-width: 600px){
                .w-75{
                    width: 90% !important;
                    line-height: 16px;
                   
                }
                .pb-15px{
                    padding-bottom: 8px !important;
                }
                .pt-10px{
                    padding-top: 8px !important;
                }
                .pt-15px{
                    padding-top: 8px !important;
                }
                .list-style-02 li{
                    font-size: 14px;
                    line-height: 22px;
                    display: block !important;
                }
                .w-100px{
                    width: 85px !important;
                    height: 85px !important;
        
                }  
                .d-flex{
                    display: block !important;
                }
                .ht{
                    height: 30vh !important;
                }
            }