[data-component-id="tec_prepa:social_menu"] {
  .social-links{
    ul {
      display: flex !important;
      gap: 32px;

      & > li {
        & a {
          text-align: center;
          font-family: Poppins;
          font-size: 12px;
          font-style: normal;
          font-weight: 600;
          line-height: normal;

          & img {
            width: 33px;
          }

          & svg{
            & path{
              fill: #FFF;
            }
          }
        }
      }
    }
  }
}
