.heading {
  text-align: center;
}

.heading p {
  margin: 0px;
  font-size: 12px;
}

.abstract {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 75px;
  margin-top: 10px;
  text-align: justify;
  font-size: 12px;
  font-style: italic;
}

.colm-1 {
  column-count: 1;
  font-size: 12px;
  font-style: italic;
}

.colm-2 {
  column-count: 2;
  font-size: 12px;
  font-style: italic;
}

.colm-3 {
  column-count: 3;
}

.colm-4 {
  column-count: 4;
}

.colm-span {
  column-span: all;
}

.colm-break-after {
  break-after: always;
}

.colm-break-before {
  break-after: always;
}

.page-break-after {
  break-after: always;
}

.page-break-before {
  break-after: always;
}

.section-heading {
  font-variant: small-caps;
  margin-bottom: 4pt;
  text-align: center;
  /* break-after: avoid; */
  font-family: "Times New Roman", Times, serif;
  font-weight: bold;
  hyphens: none;
}