.social-accounts{


  padding-left: 0;
  list-style: none;
  display: block;
  text-align: center;
  font-size: 1rem;
  margin-top: 1.875rem;
  margin-bottom: 0.5em;
}

.social-accounts .fa-facebook-f:before, 
.social-accounts .fa-facebook:before {
  content: "";
}
.social-accounts li a .fa{


  line-height: inherit;
  letter-spacing: 0;
}
.social-accounts .fa-instagram:before {
  content: "";
}
.social-accounts .fa-twitter:before {
  content: "";
}
.social-accounts li a:hover{


  color: #fff;
  background-color: #e82525;
}
.social-accounts li a{


  width: 100%;
  height: 100%;
  -webkit-transition: all .2s ease-in-out 0s;
  transition: all .2s ease-in-out 0s;
  display: inline-block;
  color: #e82525;
  background-color: #fff;
  border-radius: 50%;
}
.social-accounts li{
  display: inline-block;
  width: 26px;
  height: 26px;
  line-height: 26px;
  margin: 0 2px 0.5em;
}