.icon-declaration_block-heading-he {
  color: rgb(var(--color-text));
  z-index: 3;
}

.icon-declaration_block-heading-he .icon-declaration_text-style-stroke {
  -webkit-text-stroke: var(--text_stroke_border) var(--text_stroke_color);
  color: var(--text_color);
}

.icon-declaration_block-heading-he .icon-declaration_text-style-bottom {
  position: relative;
}

.icon-declaration_bottom-highlight {
  display: none;
  position: absolute;
  left: 0%;
  right: 3.58%;
  top: 31.9%;
  bottom: -17.06%;
}

.icon-declaration_bottom-highlight .icon-declaration_btn-bottom-highlight {
  color: rgb(var(--color-button-background));
  fill: rgb(var(--color-button-background));
}

.icon-declaration_text-style-bottom .icon-declaration_bottom-highlight {
  display: block;
}

.icon-declaration_block-heading-he .icon-declaration_text-style-fill {
  background: var(--text_fill_color);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}