.heading__content .heading__content-divider{
  background-color: var(--accentColorTwo);
  height:3px;
  margin:10px 0 5px;
  max-width: 80px;
  width:100%;
}
.heading__wrap{
  position:relative;
  padding:10px 0 25px;
}
.heading__content-h{
  margin-top:5px;
  margin-bottom:0;
  display:inline-block
}
.heading__content-wp{
  display:grid;
}
.heading__content-icon{
    margin-top: 10px;
    padding-right: 10px;
    max-width: 45px;
    height: 45px;
    width: 45px;
}
.heading__content-icon img{
    max-width: 100%!important;
    height: 100%!important;
    object-fit: contain;
}
.heading__content-title-tag{
  margin-bottom:0px;
  border-radius:var(--cornerRadius);
  width: auto;
}
.heading__content__p-el{
  margin-top:15px;
  padding:0;
}
.heading__content-title{
  display: flex;
  flex-direction: column;
  position:relative;
}
.heading__content-title.sync a{
  position:absolute;
  top:-10px;
}
.heading__more-link{
    flex: 0 0 auto;
    margin-left: 10px;
}
.heading__see-more{
    display: flex;
    align-items: center;
    grid-gap: 10px;
    line-height: 1;
}
{# Anchor show inline #}
.hs-inline-edit .heading__content-title:hover:before {
    color: #333;
    content: attr(data-anchor);
    position: absolute;
    font-size: 12px;
    top: -40px;
    left: 0;
    padding: 5px;
    background: #f8f8fd;
    border-radius: 3px;
   white-space: nowrap;
}