:root {
  --Primary-Green-700: #235A50;
  --Primary-Green-300: #33897B;
  --Secondary-Light-Green-100: #F1F9F8;
  --Secondary-Light-Green-900: #BCE1DD;
  --Neutral-Grey-100: #F7F8F8;
  --Neutral-Grey-300: #E3E7E8;
  --Neutral-Grey-900: #5E6B6E;
  --Neutral-Dark-700: #0D1433;
  --Neutral-Dark-900: #080F30;
}

.team-page {
  padding: 40px 0 110px;
}
.team-page .breadcrumbs {
  margin-bottom: 80px;
  padding: 12px 24px;
  border-radius: 5px;
  background: var(--Primary-Green-700, #235A50);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: fit-content;
}
.team-page .breadcrumbs a {
  color: #FFF;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 170%; /* 27.2px */
  text-decoration: none;
}
.team-page .breadcrumbs a:hover {
  text-decoration: underline;
}
.team-page .breadcrumbs .separator {
  width: 24px;
  height: 24px;
}
.team-page .breadcrumbs .current {
  font-weight: 600;
  color: #FFF;
}
.team-page h1.title {
  color: var(--Neutral-Dark-900, #080F30);
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 170%; /* 54.4px */
  margin: 24px 0 8px 0;
  font-family: "Poppins", sans-serif;
}
.team-page .team-content {
  color: var(--Neutral-Grey-900, #5E6B6E);
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: 170%; /* 40.8px */
}
.team-page .team-members {
  margin: 88px 0 0;
}

@media screen and (max-width: 767px) {
  .container.team-page .breadcrumbs {
    margin-bottom: 40px;
  }
  .team-page h1.title {
    font-size: 24px;
    font-weight: 700;
    line-height: 180.5%; /* 43.32px */
  }
  .team-page .team-content {
    font-size: 14px;
    font-weight: 300;
    line-height: 170%; /* 23.8px */
  }
  .team-page section.team-members {
    margin: 24px 0 0;
  }
  .team-page .breadcrumbs a {
    font-size: 14px;
    font-weight: 300;
    line-height: 170%; /* 23.8px */
  }
}
