.heading-with-link {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.heading-with-link__view-more {
  display: flex;
  gap: 8px;
  align-items: center;
  min-width: 10%;
}

.heading-with-link__view-more::after {
  display: none;
}

.heading-with-link__view-more:hover {
  color: inherit;
  background: transparent;
  opacity: 0.7;
}

.heading-with-link__view-more svg {
  flex-shrink: 0;
}
