.social-icons-portion .social-fb,.social-icons-portion .social-linkedin{
animation:socialIconFirst 4s ease infinite ;
}

@keyframes socialIconFirst{
0%{
    /* height: 50px; */
    transform: scale(1);
}50%{
    /* height: 100px; */
    transform: scale(1.5);
}
100%{
    /* height: 50px; */
    transform: scale(1);
}
}

.social-icons-portion .social-insta,.social-icons-portion .social-yelp{
animation: socialIconSecond 4s ease infinite ;
}

@keyframes socialIconSecond{
0%{
    /* height: 50px; */
    transform: scale(1.5);
}50%{
    /* height: 100px; */
    transform: scale(1);
}
100%{
    /* height: 50px; */
    transform: scale(1.5);
}
}