.social-wrapper {
  flex-direction: row;
  display: flex;
}
.social-wrapper a{
  outline: 0px;
  margin: 0px;
  display: inline-flex;
  box-sizing: border-box;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0s, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  font-size: 1rem;
  padding: 11px 14px;
  border-radius: 8px;
  height: 48px;
  line-height: 1.8;
  border: 0px;
}
.social-wrapper .icon-item-inner{
  width: 1.25rem;
  display: flex;
}
.social-wrapper svg {
  display: inline-block;
  user-select: none;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 927px){
  .social-wrapper .icon-item-inner {
    width: 1rem;
  }
}
@media only screen and (max-width: 751px){
  .social-wrapper .icon-item-inner {
    width: 1.25rem;
  }
}