.ps-members{display:flex;flex-wrap:wrap;justify-content:center;gap:20px}.ps-member{flex:1 1 220px;box-sizing:border-box;margin:10px;max-width:220px;min-width:220px;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center}.ps-member h3{white-space:normal;word-wrap:break-word;overflow-wrap:break-word;max-width:100%;font-size:1.1em;text-align:center;display:block}@media (max-width:1024px){.ps-member{flex:1 1 30%;max-width:220px;min-width:200px}}@media (max-width:768px){.ps-member{flex:1 1 45%;max-width:200px;min-width:180px}.ps-member h3{white-space:normal;word-wrap:break-word;overflow-wrap:break-word}}@media (max-width:480px){.ps-member{flex:1 1 90%;max-width:100%;min-width:auto;margin-left:auto;margin-right:auto}}@media screen and (orientation:landscape) and (max-width:768px){.ps-member{flex:1 1 30%;max-width:180px}}@media screen and (orientation:portrait) and (max-width:768px){.ps-member{flex:1 1 45%;max-width:200px}}