.biographyAboutCard .bio-image {
  width: 100%;
  max-width: 400px;
  max-height: 400px;
  object-fit: cover;
}

.biographyAboutCard table {
  border: none;
}
.biographyAboutCard td {
  border: none;
}
.biographyAboutCard tr {
  border: none;
}
.biographyAboutCard tbody {
  border: none;
}
.biographyAboutCard thead {
  border: none;
}
