.heading-desc-with-link {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.heading-desc-with-link.content-in-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20px;
}

.heading-desc-with-link.content-in-image .row.mt-10 {
  margin-top: 10px;
}

.heading-desc-with-link .row {
  display: flex;
  gap: 20px;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
}

.heading-desc-with-link .row h2 {
  margin: 0;
}



.heading-desc-with-link__view-more > span {
  color: rgb(var(--color-text));
  font-weight: bold;
}

.row .empty.show-text {
  width: 100px;
}

.row .empty.simple {
  width: 30px;
}

@media (max-width: 959px) {
  .heading-desc-with-link__view-more > span {
    font-weight: 300;
    font-size: var(--subtitle-he5-font-size);
  }

  .heading-desc-with-link.vm-hide .row .block-heading-he .highlight{
    overflow: visible;
  }

  .heading-desc-with-link.vm-hide .row .block-heading-he .highlight .text-container{
    overflow: visible;
  }

  .heading-desc-with-link.vm-hide .row .block-heading-he .highlight .text-container .text-content{
    overflow: visible;
    white-space: normal;
  }
  
  .heading-desc-with-link.vm-hide .row .heading-desc-with-link__view-more{
    display: none;
  }

  .heading-desc-with-link__view-more > span .hide {
    display: none;
  }

  .row .empty {
    width: 30px;
  }
}


.heading-desc-with-link__view-more svg {
  flex-shrink: 0;
  margin-left: 8px;
}

.heading-desc-with-link.content-in-image .heading-desc-with-link__view-more > span {
  font-size: var(--subtitle-he4-font-size);
}
