section .section-title {
  text-align: center;
  color: black;
  margin-bottom: 50px;
  text-transform: uppercase;
}
#team .card {
  background: rgb(253, 250, 250);
  /* box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;*/
  width: 90%;
}
.frontside {
  position: relative;
  margin-bottom: 30px;
}
.frontside .card {
  color: black !important;
}
.frontside .card-title {
  margin-top: 15px;
}
.frontside .card .subtitle {
  margin-top: 5px;
  color: gray !important;
}
.frontside .card .card-body img {
  height: 250px;

  border-radius: 5px;
}
.frontside .card .card-text {
  margin-top: -10px;
}
