@media screen and (max-width: 1024px) {
  *,
  *::before,
  *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }
}
@media screen and (max-width: 600px) {
  img {
    max-width: 100%;
  }
  .content-left {
    width: 100%;
  }
  .content-right.nho {
    width: 100%;
  }

  .doc-content img {
    max-width: 100% !important;
    height: auto !important;
    width: 100% !important;
  }
}
