.team-card {
    text-align: center;
    padding: 1rem;
}

.team-photo {
    /* Grayscale effect */
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    opacity: 0.9;
}

.team-name {
    font-weight: bold;
    margin-bottom: 0.5rem;
}

.team-role {
    color: var(--md-primary-fg-color);
    font-style: italic;
}

.banner-rounded {
  border-radius: 8px;
  overflow: hidden;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
