.team-intro {
  padding-top: max(42px, min(5vw, 68px));
  padding-bottom: max(42px, min(5vw, 68px));
}

.team-intro__copy {
  max-width: 620px;
}

.team-intro__copy .heading-md {
  margin-bottom: 9px !important;
  font-size: max(28px, min(2.6vw, 38px));
  line-height: 1.15;
  letter-spacing: -0.02em;
}

.team-intro__copy .heading-sm {
  margin-bottom: 10px;
  font-size: max(17px, min(1.45vw, 21px));
  font-weight: 550;
  line-height: 1.35;
}

.team-intro__copy .heading-xs {
  margin-bottom: 0;
  color: var(--gray-color);
  font-size: max(14px, min(1.15vw, 16px));
  line-height: 1.55;
  text-align: left;
}

.team-intro__image {
  width: 100%;
}

.team-intro__pathways {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 16px;
  gap: 16px;
  margin-top: max(26px, min(3vw, 36px));
}

.team-intro__pathway {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 0;
  padding: max(20px, min(2vw, 26px));
  border: 1px solid rgba(0, 85, 165, 0.14);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(26, 55, 78, 0.08);
}

.team-intro__pathway h2 {
  margin-bottom: 8px;
  font-size: max(19px, min(1.5vw, 21px));
  line-height: 1.25;
}

.team-intro__pathway p {
  margin-bottom: 15px;
  color: var(--gray-color);
  font-size: 14px;
  line-height: 1.55;
  text-align: left;
}

.team-intro__pathway p a,
.team-hospitals a {
  font-weight: 600;
  -webkit-text-decoration: underline;
  text-decoration: underline;
  text-decoration-color: rgba(0, 85, 165, 0.35);
  text-underline-offset: 3px;
}

.team-intro__pathway .button {
  margin-top: auto;
}

.team-intro__note {
  margin-top: 14px;
  margin-bottom: 0 !important;
  font-size: 13px !important;
  line-height: 1.5 !important;
}

.team-hospitals {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.7;
}

.doctor-names-list {
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.doctor-names-list table {
  table-layout: fixed;
}

.doctor-names-list table tbody tr td {
  position: relative;
  padding: 15px 30px 15px 45px;
}

.doctor-names-list table tbody tr td::before {
  content: "\ea6c";
  position: absolute;
  top: 18px;
  left: 20px;
  color: var(--main-color);
  font-family: "remixicon" !important;
  line-height: normal;
}

@media (max-width: 575px) {
  .team-intro__copy .heading-md {
    font-size: max(27px, min(8vw, 34px));
  }

  .doctor-names-list .table-striped tbody tr td:first-child {
    --bs-table-bg-type: rgba(0, 0, 0, 0.05) !important;
  }

  .doctor-names-list .table-striped tbody tr td:last-child {
    --bs-table-bg-type: #fff !important;
  }

  .doctor-names-list table tbody tr td {
    display: block;
    width: 100%;
  }
}

@media (max-width: 767.98px) {
  .team-intro__copy {
    max-width: none;
  }

  .team-intro__pathway {
    padding: 22px;
  }
}
