/* Social follow wrapper */

.social-follow {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

/* Social follow icons */

.social-follow__link {
  margin-right: 0;
  height: 44px;
    width: 44px;
}

.social-follow__link:last-child {
  margin-right: 0;
}

.social-follow__link:hover,.social-follow__link:focus{
  background-color: rgb(245, 245, 245);
color:#111;
      
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    border-radius: 50%;
}
}
