.custom-social-icons__item {
  a, button {
   /* position: unset; */
   width: 32px;
   height: 32px;
   border-radius: 50%;
   background-color: #E9F5F7;

   

   &::after {
    background: transparent !important;
  }
   &:hover {
    &::after {
      background: unset !important;
    }
   }
  }
 
 
 }