@media (min-width: 767px) {
.section_TeamList .c-team-section__container {
    justify-content: space-evenly;
}
}
@media (max-width: 767px ) {
.section_TeamList .c-team-section__container &#62; .c-team-section__member {
    text-align: center;
    width: 100%;
    max-width: 100%;
}
}
section.social-media a.linkedin {
background: #1B86BC;
color: white;
width: 38px;
height: 40px;
padding: 10px 13px 0 13px;
margin: 0px 2px 0 0px !important;
}

section.social-media a.linkedin:hover {
background: #1A95CF;
}

section.social-media a.facebook {
background: #3b5998;
color: white;
width: 38px;
height: 40px;
padding: 10px 13px 0 13px;
margin: 0px 2px 0 0px !important;
}

section.social-media a.facebook:hover {
background: #5573B2;
}

section.social-media a.youtube{
background: #bb0000;
color: white;
width: 38px;
height: 40px;
padding: 10px 13px 0 13px;
margin: 0px 2px 0 0px !important;
}

section.social-media a.youtube:hover {

background: #D51A1A;
}

section.social-media a.twitter {
background: #00aced;
color: white;
width: 38px;
height: 40px;
padding: 10px 13px 0 13px;
margin: 0px 2px 0 0px !important;
}

section.social-media a.twitter:hover {
background: #1AC6FF;
}