.dnp_wrapper {
  overflow: hidden;
  margin: auto;
  max-width: 1920px;
  color: #000;
  box-sizing: border-box;
}

.dnp_img_responsive {
  max-width: 100%;
  height: auto;
  display: block;
}

.dnp_top__title {
  font-style: normal;
  font-weight: 800;
  font-size: 42px;
  line-height: 57px;
  letter-spacing: -1px;
  color: #000000;
  margin: 0 0 12px 0;
}

.dnp_top__date {
  display: flex;
  align-items: center;
  margin: 0 0 25px 0;
}

.dnp_top__date-img {
  margin-right: 10px;
}

.dnp_top__date-txt {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 17px;
  color: #000000;
}

.dnp_ligal {
  padding: 62px 0 0 0;
}

.dnp_ligal p {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: #000000;
  padding: 0;
  margin: 0;
}


/* ---media--- */
@media (max-width: 768px) {
  .dnp_top__title {
    font-size: 24px;
    line-height: 33px;
  }

  .dnp_top__date {
    margin: 0 0 14px 0;
  }

  .dnp_ligal {
    padding: 48px 0 0 0;
  }
}

@media (max-width: 480px) {
  .dnp_top__title {
    padding-left: 17px;
  }

  .dnp_top__date {
    align-items: center;
    padding-left: 20px;
  }

  .dnp_top__date-img {
    width: 20px;
  }

  .dnp_top__date-txt {
    font-size: 15px;
    line-height: 24px;
  }

  .dnp_ligal {
    padding: 50px 0 0 0;
  }

  .dnp_ligal p {
    font-size: 16px;
    line-height: 25px;
    /* padding: 0 15px; */
  }
}