.team .team-member .tm-profile {
  margin-bottom: 12px;
  border-radius: 4px;
  overflow: hidden;
}
.team .team-member .tm-text strong {
  display: inline-block;
}
.team .team-member .tm-text p {
  color: #646464;
  font-size: 10px;
  line-height: 15px;
}
.team .row {
  --bs-gutter-y: 28px;
}

@media (min-width: 768px) {
  .team .team-member {
    border-radius: 10px;
  }
  .team .team-member .tm-text strong {
    margin-bottom: 8px;
  }
  .team .team-member .tm-text p {
    font-size: 18px;
    line-height: 26px;
  }
}
@media (min-width: 992px) {
  .team .row {
    --bs-gutter-y: 0;
  }
}
