.about__tools {
  max-width: 762px;
}

.about__tools-link {
  display: flex;
  gap: 40px;
  justify-content: space-between;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: -0.03em;
  color: var(--black);
  text-decoration: none;
  padding: 52px 16px 52px 0;
  border-bottom: 1px solid var(--border);
  transition: all 300ms ease-out;
}

.about__tools-icon {
  color: #b1b5bd;
  transition: all 300ms ease-out;
}

.about__tools-icon svg path {
  fill: currentColor;
}

.about__tools-link:hover {
  color: var(--m-blue);
  text-decoration: underline;
}

.about__tools-link:hover .about__tools-icon {
  color: var(--m-blue);
}
