/* .wp-block-acf-custom-heading {
  counter-reset: art-ct-h4;
} */

.custom-subheading {
  position: relative;
  /* counter-increment: art-ct-h4; */
  font-size: 1.8rem;
  letter-spacing: 0.03em;
  line-height: 1.7777777778em;
  padding-left: 30px;
  margin: 40px 0 24px;
}

/* .custom-subheading::before {
  content: counter(art-ct) "-" counter(art-ct-h4) ". ";
} */

.custom-subheading::after {
  content: "";
  width: 10px;
  height: 100%;
  background-color: #5ea4d8;
  border-radius: 3px;
  position: absolute;
  left: 0;
  top: 0;
}