.social-sharing-buttons {
  position: relative;
  margin: 1rem 0 2rem 0;
}

.social-sharing-buttons a {
  position: relative;
  background-color: #E7E7E7;
  border-radius: 60px;
  width: 40px;
  height: 40px;
  margin: 0 5px;
  transition: 0.3s ease;
}

.social-sharing-buttons a:hover {
  background-color: #efefef;
  transition: 0.3s ease;
}



.social-sharing-buttons a svg {
  width: 25px;
}

@media (min-width: 1024px) {
  .social-sharing-buttons {
    justify-content: flex-end;
  }
}

@media (min-width: 1200px) {
  .social-sharing-buttons {
    position: absolute;
    display: flex;
    flex-direction: column;
    margin: 0;
  }

  .social-sharing-buttons a {
    width: 54px;
    height: 54px;
    margin: 9px 0px;
  }

  .social-sharing-buttons a svg {
    width: 30px;
  }
}
