.page .ba-module__social ul .social__item a {
  text-decoration: none !important;
}

.ba-module__social ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style-type: none;
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
  margin: 0;
  padding: 0;
}
.ba-module__social ul .social__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-transition-property: background-color;
  transition-property: background-color;
}
.ba-module__social ul .social__item a {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0.5em;
  display: inline-block;
  line-height: 1;
  text-align: center;
  text-decoration: none !important;
  color: inherit;
  -webkit-transition-duration: inherit;
          transition-duration: inherit;
}
.ba-module__social ul .social__item a i {
  -webkit-transition-duration: inherit;
          transition-duration: inherit;
  -webkit-transition-property: none;
  transition-property: none;
  width: 1em;
  height: 1em;
  position: relative;
  display: block;
  color: inherit;
}
.ba-module__social ul .social__item a i:before {
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  position: absolute;
}