.cmi-about-advisor {
  max-width: 1120px;
  margin: 32px auto;
  padding: 0 24px;
}
.cmi-about-advisor__card {
  display: grid;
  grid-template-columns: 164px minmax(0, 1fr);
  gap: 24px;
  align-items: start;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 24px;
  box-shadow: 0 10px 28px rgba(15, 23, 42, .06);
}
.cmi-about-advisor__photo {
  width: 156px;
  height: 156px;
  border-radius: 8px;
  object-fit: cover;
  border: 1px solid #d8ddd9;
  background: #f7f8f6;
}
.cmi-about-advisor__eyebrow {
  margin: 0 0 6px;
  color: #0e5e63;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.cmi-about-advisor h2 {
  margin: 0 0 8px;
  color: #122023;
  font-size: clamp(1.45rem, 2.5vw, 2rem);
  line-height: 1.18;
}
.cmi-about-advisor__role {
  margin: 0 0 16px;
  color: #4b5a57;
  font-weight: 600;
}
.cmi-about-advisor__bio p {
  margin: 0 0 12px;
  color: #263734;
  line-height: 1.66;
}
.cmi-about-advisor__links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}
.cmi-about-advisor__links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 9px 12px;
  border: 1px solid #0e5e63;
  border-radius: 6px;
  color: #0e5e63;
  font-weight: 700;
  text-decoration: none;
}
.cmi-about-advisor__links a:hover {
  background: #f2fbfa;
}
.cmi-about-advisor__disclosure {
  margin-top: 16px;
  padding: 14px 16px;
  border-left: 4px solid #c7742c;
  background: #fff8f2;
  color: #3f342c;
  line-height: 1.58;
}
@media (max-width: 720px) {
  .cmi-about-advisor {
    padding: 0 18px;
  }
  .cmi-about-advisor__card {
    grid-template-columns: 1fr;
  }
}
