.c-team-listing{display:grid;gap:20px;grid-template-columns:1fr}.c-team-listing__item{gap:10px;position:relative}.c-team-listing__image{border-radius:20px;overflow:hidden}.c-team-listing__image img{display:block;height:240px!important;object-fit:cover;object-position:center;transition:all .35s ease;width:100%!important}.c-team-listing__item:hover .c-team-listing__image img{transform:scale(1.07)}.c-team-listing__content{gap:30px}.c-team-listing__name{font-size:26px;letter-spacing:-2%;line-height:1.1;margin:0}.c-team-listing__job{font-weight:300;letter-spacing:-1%;line-height:1.6}.c-team-listing__social{position:relative;z-index:1}.c-team-listing__social svg{height:auto;transition:all .35s ease;width:30px}.c-team-listing__item:hover .c-team-listing__social svg path{fill:var(--secondary-color)}.c-team-listing__more{margin-top:10px}.c-team-listing__more a:before{bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:1}.c-team-listing__more svg{display:inline-block;height:auto;margin-left:5px;vertical-align:middle;width:14px}@media(min-width:768px){.c-team-listing{grid-template-columns:1fr 1fr}}@media(min-width:1170px){.c-team-listing__image img{height:390px!important}}