.social-media-icons {
    margin-top: 10px;
    display: flex;
    justify-content: left;
  }

.social-media a{
  text-decoration: none !important;
    color: white;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    margin-right: 5px;
    font-size: 16px;
    overflow: hidden;
    position: relative;
}

.social-media i {
    position: relative;
     z-index: 3;
}