.team{display:flex;flex-wrap:wrap;gap:30px;justify-content:center}.team .member{background:#fff;border-radius:15px;box-shadow:0 20px 20px rgba(0,0,0,.1);flex:0 0 calc(33.333% - 20px);overflow:hidden}.team .member .image{display:block;height:300px;overflow:hidden;width:100%}.team .member .text{padding:30px 40px}.team .member .text p{font-size:18px;line-height:1.6em;margin-bottom:0}.team .member .image img{display:block;height:100%!important;object-fit:cover;object-position:center;width:100%}.team .member .name *{font-size:1.5rem!important}.team .member .title *{color:#b455ff;font-weight:400!important}.team .member .title{margin-bottom:15px}@media(max-width:1080px){.team{flex-direction:column}.team .member{flex:1}}@media(max-width:560px){.team .member .image{height:240px}}