@charset "UTF-8";.staff-outer{padding-top:50px;display:flex;justify-content:center}.staff-wrapper{padding:0 10px;width:1000px;display:flex;flex-flow:row wrap;justify-content:space-around}.staff{padding-top:50px;width:250px;display:flex;justify-content:center}.staff-img{border-radius:50%;width:200px;height:200px;object-fit:cover;opacity:.9;transition-duration:.5s}.staff-img:hover{opacity:.4;transition-duration:.5s}.staff-info{margin-top:12 px;line-height:1.3;text-align:center}@media screen and (max-width:550px){.staff{width:225px}}@media screen and (max-width:480px){.staff-outer{padding-top:0}.staff{width:175px}.staff-img{width:140px;height:140px}}@media screen and (max-width:300px){.staff-wrapper{width:100%;justify-content:center}}