.teams-container{display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin:0 auto;max-width:1200px}.team-card{background-color:#1c6aca;border-radius:20px;box-shadow:0 4px 8px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19);margin-bottom:35px;margin-top:35px;text-align:center}.team-card .team-img-container{background-color:#ffb600;border-top-left-radius:20px;border-top-right-radius:20px;height:200px;position:relative}.team-card .team-img-container img{bottom:0;left:0;margin-left:auto;margin-right:auto;position:absolute;right:0}.team-card .team-body{color:#fff;padding:30px 20px}.team-card .team-body h5{color:#fff;margin-bottom:0}.team-card .team-body .position{font-weight:500}.team-card .team-body p{margin-top:20px}