.ParagraphShare .shareButtons-title {
  line-height: 1.26;
  font-family: var(--title-font);
  font-weight: normal;
  margin: 0 0 2rem;
  font-size: clamp(9px, 2.3rem, 23px);
}
@media (max-width: 999px) {
  .ParagraphShare .shareButtons-title {
    font-size: 2.2rem;
  }
}

.ParagraphShare {
  padding: 3rem;
  text-align: center;
  background: var(--gray-light);
}
.ParagraphShare .shareButtons {
  justify-content: center;
}
.ParagraphShare .shareButtons-title {
  margin: 0;
}

/*# sourceMappingURL=paragraphShare.css.map */
