

@media only screen and (max-width: 768px) {
  .q_slider .text span{    
    display: block !important;
  }
}
@media only screen and (max-width: 768px) {
  .q_slider .text > div > h2 {    
    margin: 0 !important;
  }
  .q_slider .text > p {    
    display: none !important;
  }
}
@media only screen and (max-width: 768px) {
  .q_slider .text span{    
    display: block !important;
  }
}