/* Shared service / company credentials: the same facts in an unboxed layout. */
.team-credentials-v10 {
  margin-block: 32px 48px;
  color: var(--page-ink, #243b40);
}
.team-credentials-v10 .team-credential-v10 {
  display: grid;
  grid-template-columns: minmax(220px, .8fr) minmax(0, 1.4fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: start;
  padding-block: 28px;
  border-top: 1px solid #bdc9c1;
}
.team-credentials-v10 .team-credential-v10:last-child {
  border-bottom: 1px solid #bdc9c1;
}
.team-credentials-v10 .team-specialty-v10 {
  margin: 0 0 9px;
  font-size: 12px;
  line-height: 1.6;
  font-weight: 500;
  letter-spacing: .035em;
  color: #526661;
}
.team-credentials-v10 h3 {
  margin: 0;
  font-size: clamp(21px, 2vw, 25px);
  line-height: 1.6;
  font-weight: 600;
  letter-spacing: .01em;
}
.team-credentials-v10 .team-record-v10 {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 4px 16px;
  margin: 18px 0 0;
  font-size: 12px;
  line-height: 1.8;
  color: #526661;
}
.team-credentials-v10 .team-record-v10 strong {
  font-family: Arial, sans-serif;
  font-size: 30px;
  font-weight: 400;
  letter-spacing: -.02em;
  line-height: 1.2;
  color: var(--page-ink, #243b40);
}
.team-credentials-v10 .team-record-v10 strong span {
  margin-left: 5px;
  font-family: inherit;
  font-size: 15px;
  letter-spacing: 0;
}
.team-credentials-v10 .team-credential-copy-v10 p {
  max-width: 42em;
  margin: 0;
  font-size: 16px;
  line-height: 1.95;
  color: #435953;
  overflow-wrap: anywhere;
}
.team-credentials-v10 .team-credential-copy-v10 p + p {
  margin-top: 14px;
  font-size: 15px;
  color: #526661;
}
.company-page .team-section .team-credentials-v10 { margin-bottom: 0; }
@media (max-width: 680px) {
  .team-credentials-v10 { margin-block: 24px 34px; }
  .team-credentials-v10 .team-credential-v10 {
    grid-template-columns: minmax(0, 1fr);
    gap: 16px;
    padding-block: 24px;
  }
  .team-credentials-v10 h3 { font-size: 21px; }
  .team-credentials-v10 .team-record-v10 { margin-top: 12px; }
  .team-credentials-v10 .team-credential-copy-v10 p {
    font-size: 16px;
    line-height: 1.9;
  }
}
