body.widget-snippet .social-link {
  background:#eeeeee;
  max-width:200px;
  margin:50px auto 0;
  padding:20px;
}
body.widget-snippet .social-link .social-icon,
body.widget-snippet .social-link .social-icon a{
  padding: 10px;
}
.social-link .social-icon a{
  display: flex;
  align-items: center;
  width: 100%;
  text-decoration: none;
 -webkit-transition: all 0.5s ease 0s;
 transition: all 0.5s ease 0s;
}
.social-link .social-icon a i{
  text-align: center;
  margin: 0;
  background: #fff;
  color: #000;
  width: 24px;
  height: 24px;
  border-radius: 100px;
  line-height: 25px;
  font-size: 15px;
  -webkit-transition: all 0.5s ease 0s;
 transition: all 0.5s ease 0s;
}
.social-link .social-icon a:hover i{
  background: #006600;
  color: #fff;
}
.social-link .social-icon a:hover p{
  color: #000;
}
.social-link .social-icon a p{
  margin: 0 0 0 8px;
  padding: 0;
  color: #5F5F5F;
  line-height: 24px;
  font-size: 14px;
  font-weight: 400;
  font-family: "DM Sans", sans-serif;
      -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
