I am raw html block.
Click edit button to change this html
.team-section { text-align: center; padding: 40px 20px; } .team-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 30px; margin-top: 30px; } .team-member img { width: 100%; max-width: 220px; border-radius: 50%; box-shadow: 0 4px 8px rgba(0,0,0,0.1); } .team-member h3 { margin-top: 15px; font-size: 1.2em; } .team-member p { color: #555; }
I am raw html block.
Click edit button to change this html
.team-section { text-align: center; padding: 40px 20px; } .team-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 30px; margin-top: 30px; } .team-member img { width: 100%; max-width: 220px; border-radius: 50%; box-shadow: 0 4px 8px rgba(0,0,0,0.1); } .team-member h3 { margin-top: 15px; font-size: 1.2em; } .team-member p { color: #555; }