.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;
}
.row-list {
	display:inline-block;
}
.row-list li { 
	margin-right:15px !important;
}
@media (max-width: 1024.98px) {
  .doc-top-content {
    margin-bottom: 28px;
  }
  .doc-top-content .cont-left {
    text-align: center;
  }
  .doc-top-content .cont-right {
    margin-top: 18px;
  }
	.row-list {
	margin:8px 0;
	}
	.row-list li {
	margin-right:0 !important;
	}
}