.pg-team-members{display:grid;flex-wrap:wrap;gap:100px;grid-template-columns:repeat(3,1fr)}.pg-member-profile-image-wrapper{background-position:top;background-size:cover;display:block;height:500px;margin-bottom:30px;position:relative}.pg-member-profile-image,.pg-team-member-overlay{height:100%;position:absolute;width:100%}.pg-team-member-overlay{align-content:space-between;background-color:rgba(27,42,63,.7);display:flex;flex-wrap:wrap;opacity:0;padding:40px;-webkit-transition:opacity .3s ease-in-out;-moz-transition:opacity .3s ease-in-out;transition:opacity .3s ease-in-out}.pg-member-profile-image-wrapper:hover .pg-team-member-overlay{opacity:1}.pg-member-profile-image img{display:block;height:auto;width:100%}.pg-member-info h3{line-height:24px;margin-bottom:5px}.pg-member-info{display:flex;gap:10px;justify-content:space-between}.member-profile-link i{background-color:#00baf2;border-radius:8px;color:#fff;display:block;height:40px;padding:13px;width:40px}@media only screen and (max-width:1440px){.pg-team-members{gap:40px}.pg-member-profile-image-wrapper{height:400px}}@media only screen and (max-width:1280px){.pg-team-member-overlay{padding:20px}.profile-description p{font-size:16px}.pg-team-members{column-gap:30px}.member-profile-link{margin-bottom:20px}}@media only screen and (max-width:900px){.pg-team-member-overlay{align-content:end;background-color:unset;justify-content:center;opacity:1;padding:40px 20px}.pg-team-members{grid-template-columns:repeat(2,1fr)}.pg-member-profile-image-wrapper{height:340px}.profile-description{display:none}}@media only screen and (max-width:480px){.member-profile-link{margin-bottom:0}.profile-description p{font-size:16px}.pg-team-members{grid-template-columns:repeat(1,1fr)}.pg-member-profile-image-wrapper{height:480px}}@media only screen and (max-width:425px){.pg-member-profile-image-wrapper{height:363px}}