/* .is-root-container {
  counter-reset: art-ct;
} */

.custom-heading {
  /* counter-increment: art-ct;
  counter-reset: art-ct-h4; */
  position: relative;
  font-size: 2rem;
  letter-spacing: 0.03em;
  line-height: 1.4em;
  background-color: #5ea4d8;
  padding: 10px 16px;
  border-radius: 10px;
  color: #fff;
  margin: 80px 0 24px;
}

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

@media screen and (max-width: 767px) {
  .custom-heading {
    margin-top: 60px;
  }
}
