.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;
}
/*.box-tip {
	min-height:290px !important;
}*/
.box-tip.contact-box {
	padding:25px 30px 22px;
	min-height:auto !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 {
	width:100%;
    margin-top: 18px;
  }
	.box-tip {
	min-height:auto !important;
}
}