/*!********************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./theme_src/scss/blocks/team-members.scss ***!
  \********************************************************************************************************************************************************************************************************/
.team-members {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
  background: #fff;
}
@media screen and (min-width: 80rem) {
  .team-members {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
}
.team-members__container {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
@media screen and (min-width: 64rem) {
  .team-members__container {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }
}
.team-members__header {
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 64rem) {
  .team-members__header {
    padding: 0 calc(var(--container-padding) * 0.5px);
    margin-bottom: 2.5rem;
  }
}
.team-members__heading {
  font-family: "Futura Bold", -apple-system, BlinkMacSystemFont, Avenir Next, Avenir, Segoe UI, Helvetica Neue, Helvetica, Cantarell, Ubuntu, Roboto, Noto, Arial, sans-serif;
  line-height: 1;
  text-transform: uppercase;
  margin: 0 0 1rem;
}
@media screen and (min-width: 48rem) {
  .team-members__heading {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 90rem) {
  .team-members__heading {
    font-size: 32px;
    font-size: 2rem;
  }
}
.team-members__subtext {
  font-family: "Futura Book", -apple-system, BlinkMacSystemFont, Avenir Next, Avenir, Segoe UI, Helvetica Neue, Helvetica, Cantarell, Ubuntu, Roboto, Noto, Arial, sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.4;
}
@media screen and (min-width: 48rem) {
  .team-members__subtext {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}
@media screen and (min-width: 90rem) {
  .team-members__subtext {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 64rem) {
  .team-members__subtext {
    max-width: 40rem;
  }
}
.team-members__list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1.5rem 0;
}
@media screen and (min-width: 48rem) {
  .team-members__list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-gap: 3rem 1.5rem;
    gap: 3rem 1.5rem;
  }
}
.team-members__list-item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.team-members__list-link {
  text-transform: uppercase;
}
.team-members__list-link img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  aspect-ratio: 1/1;
}
.team-members__title {
  font-family: "Futura Book", -apple-system, BlinkMacSystemFont, Avenir Next, Avenir, Segoe UI, Helvetica Neue, Helvetica, Cantarell, Ubuntu, Roboto, Noto, Arial, sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.4;
  font-family: "Futura Bold", -apple-system, BlinkMacSystemFont, Avenir Next, Avenir, Segoe UI, Helvetica Neue, Helvetica, Cantarell, Ubuntu, Roboto, Noto, Arial, sans-serif;
  margin: 0.5rem 0;
  text-transform: uppercase;
}
@media screen and (min-width: 48rem) {
  .team-members__title {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}
@media screen and (min-width: 90rem) {
  .team-members__title {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.team-members__title span {
  font-family: "Futura Book", -apple-system, BlinkMacSystemFont, Avenir Next, Avenir, Segoe UI, Helvetica Neue, Helvetica, Cantarell, Ubuntu, Roboto, Noto, Arial, sans-serif;
  text-transform: none;
  display: block;
  color: var(--color-red);
}
.team-members__text {
  font-family: "Futura Book", -apple-system, BlinkMacSystemFont, Avenir Next, Avenir, Segoe UI, Helvetica Neue, Helvetica, Cantarell, Ubuntu, Roboto, Noto, Arial, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.4;
  margin: 0;
}
@media screen and (min-width: 48rem) {
  .team-members__text {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.team-members__text + a {
  font-family: "Futura Book", -apple-system, BlinkMacSystemFont, Avenir Next, Avenir, Segoe UI, Helvetica Neue, Helvetica, Cantarell, Ubuntu, Roboto, Noto, Arial, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 0.25em;
}
@media screen and (min-width: 48rem) {
  .team-members__text + a {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

/*# sourceMappingURL=team-members.css.map*/