#staff-listing1-app-root .line-truncate {
  white-space: normal !important;
  overflow: visible !important;
  text-overflow: clip !important;
  -webkit-line-clamp: unset !important;
  -webkit-box-orient: unset !important;
  display: block !important;
  margin-bottom: 30px !important;
  font-size: 15px !important;
}
.col-sm-full-width.d-flex.justify-content-center.mb-5.col-lg-3.col-md-4.col-sm-6:first-child {
    margin-left: auto;
    margin-right: auto;
}