.team {
    background-color: var(--bg-light);
  }

  .team-grid {
    display: flex;
    gap: 2rem;
    align-items: center;
    justify-content: center;
  }

  .team-image{
    display: flex;
    align-items: center;
    justify-content: center;
  }  
  .team-image img {
    width: 80%;
    height: 80%;
  }
  
  .team-info {
    padding: 1rem;
    text-align: center;
  }
  
  .team-name {
    font-size: 1.1rem;
    margin-bottom: 0.250rem;
    color: var(--primary-color);
  }
  
  .team-role {
    font-size: 0.9rem;
    color: var(--text-secondary);
  }
  