.team_section{display:grid;gap:20px;grid-template-columns:repeat(5,1fr);text-align:center}.team_section img{width:200px}h4.team_name{margin:15px 0 5px}p.team_role{margin-bottom:0}@media screen and (max-width:991px){.team_section{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width:768px){.team_section{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:576px){.team_section{grid-template-columns:repeat(1,1fr)}}