.graphy__dot:hover .graphy__dot-point {
  transform: scale(1.75);
}

.graphy__dot:hover .graphy__dot-point::before {
  animation: none;
  opacity: 1;
  transform: scale(2.10);
  box-shadow: inset 0 0 0 .2px white;
}

.graphy__dot:hover .graphy__dot-text > p {
  opacity: 1;
  pointer-events: all;
  height: 100%;
}

.graphy__dot:hover .graphy__dot-text > span {
  font-weight: 600;
}