@media screen and (max-width:767px) {
  .dp_non {
    display: block !important;
  }
  .dp_b {
    display: none !important;
  }
}