.social-share {
  margin: 1.5em 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px;
  align-items: center;
  text-align: center;
}

@media (max-width: 568px) {
  .social-share svg {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

.social-share>.button {
  color: rgba(255, 255, 255, .9);
  flex: 33%;
  flex-grow: 1;
  flex-basis: 0;
  font-size: .9em;
  padding: .75em !important;
}

.social-share>.button:hover {
  color: #fff;
  opacity: .9;
  text-decoration: none !important;
}

.button-twitter {
  background-color: #1da1f2 !important;
}

.button-facebook {
  background-color: #1777f2 !important;
}

.button-pinterest {
  background-color: #e60023 !important;
}

.button-whatsapp {
  background-color: #05cd51 !important;
}

.button-linkedin {
  background-color: #0a66c2 !important;
}

.button-telegram {
  background-color: #24a1de !important;
}