    .team-grid {
      display: flex;
      flex-direction: column;
      gap: 40px;
      margin-top: 20px;
    }

    .team-member {
      background-color: #fff;
      padding: 20px;
      border-radius: 8px;
      box-shadow: 0 0 10px rgba(0,0,0,0.05);
    }

    .team-photo {
      width: 150px;
      border-radius: 8px;
      float: left;
      margin-right: 20px;
    }