.social-share {
  display: flex;
  max-width: 1375px;
  align-items: center;
  justify-content: flex-end;
  padding: 16px 30px 0px;
}

.a2a_dd {
  text-decoration: none;
  text-transform: uppercase;
  color: #2C1A43;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 10px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
}

.social-share {
    display: flex;
    align-items: center;
}

.a2a_dd:hover {
  text-decoration: underline;
  text-transform: uppercase;
  color: #2C1A43;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 10px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
}

@media (max-width: 745px) {
  .social-share:before {
    background-image: none;
  }
  
  .social-share:hover::before {
    background-image: none;
  }
