
.publication-share-container {
  text-align: center;
  /* margin-top: -10vmin; */
  margin-bottom: 175px;
}

.publication-share-container p {
  font-family: EricaType;
  font-size: 24px;
  line-height: 52px;
  height: 58px;
  /* margin-top: 22.3px; */
}

.publication-share-container a {
  margin-right: 16px;
  cursor: pointer;
}

.publication-share-container a:last-of-type {
  margin-right: 0px;
}

.publication-share-container img:hover {
  filter: brightness(0) saturate(100%) invert(71%) sepia(0%) saturate(14%)
    hue-rotate(281deg) brightness(92%) contrast(91%);
}

@media only screen and (max-width: 768px) {
  .publication-share-container {
    margin-bottom: 45px;
  }

}

@media only screen and (max-width: 568px) {
  .publication-share-container p {
    font-size: 21px;
  }

  .publication-share-container img {
    width: 6vmin;
  }
}