.tcb.body .ccm-page .tcb-profiles {
  position: relative;
  margin-bottom: 1.875rem;
  min-height: 205px;
}
.tcb.body .ccm-page .tcb-profile {
  width: 100%;
  height: 100%;
  padding: 0.875rem;
  border-bottom: 1px solid #EFEFEF;
}
@media (min-width: 48.1em) {
  .tcb.body .ccm-page .tcb-profile {
    position: absolute;
    border: 1px solid #EFEFEF;
  }
}
.tcb.body .ccm-page .tcb-profile-img img {
  margin-bottom: 0.375rem;
  box-shadow: 0 7px 15px rgba(0, 0, 0, 0.2);
}
.tcb.body .ccm-page .tcb-profile-name p {
  margin: 0;
}
.tcb.body .ccm-page .tcb-profile-contact p {
  margin: 0 0 0.375rem 0;
}
.tcb.body .ccm-page .tcb-profile-contact .button, .tcb.body .ccm-page .tcb-profile-contact .btn {
  font-size: 0.9rem;
  padding: 0.325rem 1rem;
}
