.doc-top-content {
  margin-bottom: 60px;
}

.doc-top-content .cont-left {
  width: 380px;
  margin-top: 7px;
  text-align: left;
}

.doc-top-content .cont-right {
  width: calc(100% - 380px);
}

.doc-top-content .cont-right .text-xl {
  display: inline-block;
  margin-bottom: 12px;
}

.doc-top-content .cont-right.p-only-gap p + p {
  margin-top: 17px;
}

@media (max-width: 1024.98px) {
  .doc-top-content {
    margin-bottom: 28px;
  }
  .doc-top-content .cont-left {
      width: 100%;
	  text-align: center;
  }
  .doc-top-content .cont-right {
      width: 100%;
	  margin-top: 18px;
  }
}