.w-100 {
    width: 100%!important;
}

.h-100 {
  height: 100% !important;
}

.profile-image {
  position: relative;
  width: 150px;
  height: 150px;
  overflow: hidden;
  border-radius: 50%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.profile-image img {
  width: auto;
  height: 100%;
}

p.four {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 24px;
  max-height: 96px;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.card-team .card-body{
  padding: 1.25rem 1.25rem 0;
}

.card-team .card-footer {
  padding: 0 1.25rem 1.25rem;
  background-color: #fff;
  border-top: 0px;
}

.button_branch.button_branch_color.btn-xs {
  padding: 0.25rem 1.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
  border: 1px solid #555555;
}