.content-Header {
  width: 100%;
  height: 800px;
  padding: 0;
  position: relative;
}

.Content-G {
  width: 70%;
  height: 100%;
  background-color: #333;
  position: absolute;
  z-index: 2;
  /*clip-path: polygon(0 0, 73% 0, 100% 100%, 0% 100%);*/
}

.Content-G {
  background: url(../../assets/img/bg/bg_view01.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.Content-D {
  width: 50%;
  height: 100%;
  background-color: #000;
  position: absolute;
  z-index: 3;
  top: 0;
  clip-path: polygon(12% 0, 100% 0, 100% 100%, 0% 100%);
  left: 50%;
}

h1 {
  text-align: left;
  display: block;
  width: 100%;
  margin-left: 100px;
}

p {
  text-align: justify;
  display: block;
  width: 70%;
}

.Content-D {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 80px;
  flex-direction: column;
  color: #fff;
  text-align: center;
}

@media (max-width:768px),(max-width:300px) {
  .content-Header {
    position: relative;
  }
}

@media (max-width:768px),(max-width:300px) {
  .Content-G {
    position: relative;
    top: 0;
    width: 100%;
    left: 0;
    height: 50%;
  }
}

@media (max-width:768px),(max-width:300px) {
  .Content-D {
    position: absolute;
    top: 50%;
    width: 100%;
    left: 0;
    height: 50%;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    padding: 10px;
  }
}

