.team-container {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
}
.team-member {
      border: 1px solid #ccc;
      padding: 20px;
      margin: 10px;
      text-align: center;
      width: 200px;
      margin: 10px;
      opacity: 0;
      transform: translateY(20px);
      transition: opacity 0.5s ease, transform 0.5s ease;
}
.team-member img {
      width: 200px;
      height: 200px;
      border-radius: 50%;
      margin-bottom: 10px;
} 
    .pic-container {
       display: flex;
    }

    .pic-columns {
      display: flex;
    }
    
    .column {
      flex: 1;
      padding: 10px;
    }
