.st-personnel-cards__container{display:flex;flex-direction:row;flex-wrap:wrap;gap:1em;justify-content:center}.st-personnel-cards__card{align-items:center;display:flex;flex:0 0 30%;flex-direction:column;gap:1em}.st-personnel-cards__card-image{height:350px;width:300px}.st-personnel-cards__card-image img{border-radius:15px;max-height:100%;max-width:100%;min-height:100%;min-width:100%;object-fit:cover;object-position:50% 50%}.st-personnel-cards__card-content{align-items:center;display:flex;flex-direction:column;gap:.3em;text-align:center}.st-personnel-cards__card-name{display:flex;flex-direction:row;justify-content:center;row-gap:2em}.st-personnel-cards__card-name h3{margin-bottom:0!important}.st-personnel-cards__card-title{font-size:16px}.st-personnel-cards__card-content>.st-btn-wrap{align-items:center;display:flex;gap:1em;justify-content:center}.st-personnel-cards__card-content>.st-btn-wrap>.st-btn--link{padding-right:0}.st-personnel-cards__icon{align-items:center;background-color:#f9f9ff;border-radius:4px;display:flex;padding:5px 8px}@media screen and (max-width:767px){.st-personnel-cards__container{justify-content:center}.st-personnel-cards__card{flex:0 0 80%}}