@media screen and (max-width: 1300px) {
  .dj-subrow .dang-pic {
    width: 40%;
  }

  .dj-subrow .dang-col {
    width: 60%;
  }

  .dj-subrow {
    padding-bottom: 0 !important;
  }
}

@media screen and (max-width: 1000px) {
  .xm .xm-col {
    height: auto;
  }
}