.highlighting {
  padding: 1.778rem 0.889rem;
  background-color: var(--tertary);
}
.highlighting a {
  position: relative;
  width: max-content;
  display: flex;
  gap: 0.556rem;
  align-items: center;
  line-height: 170%;
  left: 0.3rem;
  color: #32343C;
  font-weight: 500;
}
.highlighting a:hover {
  text-decoration-color:var(--primary);
}
.highlighting a::before {
  content: '';
  background-image: url('../../images/icons/bullet-primary.svg');
  width: 10px;
  height: 10px;
  background-repeat: no-repeat;
  transition: transform 0.3s ease;
}
.highlighting p {
  margin: 0;
}
