.team_grid_container{display:flex;flex-wrap:wrap;justify-content:center;margin:0 auto 30px;max-width:1200px}.team_box{background-color:#7d3189;border-radius:6px;height:auto;margin:10px;padding:40px 0;width:23%}.team_box:hover{background-color:#6d7172}.team_box_image{background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:50%;height:180px;margin-bottom:20px;width:180px}.team_box_content{align-items:center;color:#fff;display:flex;flex-direction:column;padding:0 15px;text-align:center}.team_box_content p{color:#fff;text-transform:uppercase}.team_box_content h4{color:#fff;font-size:20px}@media only screen and (max-width:1050px){.team_box{width:30%}}@media only screen and (max-width:900px){.team_box{width:45%}}@media only screen and (max-width:600px){.team_grid_container{display:block}.team_box{border-radius:0;margin:15px 0;width:100%}}