.card{
      margin-bottom: 20px;
      border: none;
    }
    .card-text {
      text-align: center;
      text-transform: uppercase;
    }
    .name-dark{
      color: black;
      font-weight: bold;
      margin-bottom: 10px;
    }
    .row-team{
      --bs-gutter-x: 0.1rem !important;
    }
    .team-img{
      height: 520px;
      object-fit: cover;
    }
    .team-prof{
      font-size: 14px;
    }