.hengsheng_application_read {
  padding: 0;
  background: var(--bg-color);
}

.hengsheng_application_read_title {
  margin: 0 0 calc(var(--component-gap)/2);
  color: var(--title-text-color);
  font-family: var(--font-family-semi-bold);
  font-size: var(--title-size-h3);
  font-weight: 600;
  line-height: 1.23;
  text-align: center;
}

.hengsheng_application_read_content {
  color: rgba(0, 0, 0, 0.7);
  font-family: var(--font-family);
  
  font-size: var(--text-size-sm);
  font-weight: 400;
  line-height: 1.9;
}

.hengsheng_application_read_content > *:first-child {
  margin-top: 0;
}

.hengsheng_application_read_content > *:last-child {
  margin-bottom: 0;
}

.hengsheng_application_read_content p {
  margin: 0 0 18px;
  color: inherit;
  font: inherit;
  line-height: inherit;
}

.hengsheng_application_read_content h1,
.hengsheng_application_read_content h2,
.hengsheng_application_read_content h3,
.hengsheng_application_read_content h4,
.hengsheng_application_read_content h5,
.hengsheng_application_read_content h6 {
  margin: 0 0 18px;
  color: var(--title-text-color);
  font-family: var(--font-family-semi-bold);
  font-size: var(--title-size-h4);
  font-weight: 900;
  line-height: 1.23;
}

.hengsheng_application_read_content img {
  max-width: 100%;
  min-width: 48%;
  height: auto;
  display: inline-block;
  margin: 0 0 calc(var(--component-gap) /2 ) 0;
  border-radius: 10px;
  object-fit: cover;
  aspect-ratio: 710/550;
}

.hengsheng_application_read_content ul,
.hengsheng_application_read_content ol {
  margin: 0 0 18px;
  padding-left: 1.4em;
}

.hengsheng_application_read_content li {
  margin: 0 0 8px;
}

.hengsheng_application_read_content a {
  color: var(--color-theme);
}

@media screen and (max-width: 1500px) {

}

@media screen and (max-width: 1200px) {

}

@media screen and (max-width: 992px) {

  .hengsheng_application_read_content img {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {

}

@media screen and (max-width: 576px) {

}
