/* SOCIAL ICONS */
.gd_person_social a {
    display: inline-flex;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
    background: #000;
    border-radius: 100%;
    margin: 0 3px;
    color: #fff !important;
}
.gd_person_social a.gd_person_facebook:hover{
    background:#2d88ff;
}
.gd_person_social a.gd_person_twitter:hover{
    background:#1da1f2;
}
.gd_person_social a.gd_person_instagram:hover{
    background:#a36c57;
}
.gd_person_social a.gd_person_linkedin:hover{
    background:#0a66c2;
}
.gd_person_social a.gd_person_youtube:hover{
    background:#ff0000;
}
/* SLICK SLIDER */
.people_slider {
    display: flex;
    align-items: center;
}