@media only screen and (max-width: 600px) 
{
 
 
 
.test {
    position: inherit !important;
    width: 100% !important;
    text-align: center;
    margin-top: 10px !important;
}
.item img {
    /* width: 100px !important; */
    width: 100% !important;
    margin-left: -63px !important;
    
}




h2.title {
    margin-top: -11px !important;
}
  
  
  
}