.panel-profile .panel-profile-header .img-profile-data {
  padding-right: 15px;
}

.panel-profile .panel-profile-header .img-profile-data h1,
.panel-profile .panel-profile-header .img-profile-data h1.space-header-with-breadcrumb {
  font-size: 20px;
  line-height: 1.2;
  white-space: normal !important;
  max-width: none;
  overflow: hidden;
  text-overflow: clip;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-word;
}

.panel-profile .panel-profile-header .img-profile-data h1 a,
.panel-profile .panel-profile-header .img-profile-data h1.space-header-with-breadcrumb a {
  font-size: 20px;
  line-height: 1.2;
  white-space: normal !important;
}

.panel-profile .panel-profile-header .img-profile-data h2.space-header-with-breadcrumb {
  max-width: none;
}
