@media only screen and (max-width: 450px) {
.dwh{
    font-size: 15px;
    font-weight: bold;
    color: white;
}
.dwc{
    font-size: 35px;
    font-weight: bold;
    color: white;
}
.dwwd{
    font-size: 20px;
    font-weight: bold;
}
.dwwdes{
    font-size: 18px;
}
   

    

}
@media only screen and (min-width: 700px) {
    .dwh{
        font-size: 25px;
        font-weight: bold;
        color: white;
    }
    .dwc{
        font-size: 35px;
        font-weight: bold;
        color: white;
    }
     .dwwd{
        font-size: 25px;
        font-weight: bold;
    }
    .dwwdes{
        font-size: 20px;

    }
      
    
  
    
  

}
@media only screen and (min-width: 1000px) {
    
     .dwwd{
        font-size: 25px;
        font-weight: bold;
    }
    .dwwdes{
        font-size: 25px;
    }
 
    
    
}