/*!*************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/team-grid/style.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************/
.theme-block.team-grid {
  position: relative;
  overflow: hidden;
  margin: 100px 0;
}
@media all and (min-width: 1024px) {
  .theme-block.team-grid {
    margin: 100px 0 60px;
  }
}
.theme-block.team-grid.no-top-spacing {
  margin-top: 0;
}
.theme-block.team-grid.no-bottom-spacing {
  margin-bottom: 0;
}
.theme-block.team-grid .container .container-inner .team-content-grid {
  display: inline-block;
}
.theme-block.team-grid .container .container-inner .team-content-grid .team-content-grid-inner {
  margin: 0;
}
@media all and (min-width: 568px) {
  .theme-block.team-grid .container .container-inner .team-content-grid .team-content-grid-inner {
    margin: 0 -15px;
  }
}
.theme-block.team-grid .container .container-inner .team-content-grid .team-content-grid-inner .team-card .team-card-inner {
  position: relative;
  margin: 0 0 60px;
  padding: 0 0 40px;
  border-bottom: 1px solid var(--color-brand-orange);
}
@media all and (min-width: 568px) {
  .theme-block.team-grid .container .container-inner .team-content-grid .team-content-grid-inner .team-card .team-card-inner {
    margin: 0 15px 60px;
  }
}
@media all and (max-width: 567px) {
  .theme-block.team-grid .container .container-inner .team-content-grid .team-content-grid-inner .team-card .team-card-inner figure img {
    width: 100%;
  }
}
.theme-block.team-grid .container .container-inner .team-content-grid .team-content-grid-inner .team-card .team-card-inner .team-meta {
  padding: 10px 0 0;
}
@media all and (min-width: 568px) {
  .theme-block.team-grid .container .container-inner .team-content-grid .team-content-grid-inner .team-card .team-card-inner .team-meta {
    padding: 10px 10px 0;
  }
}
.theme-block.team-grid .container .container-inner .team-content-grid .team-content-grid-inner .team-card .team-card-inner .team-meta p {
  font-size: var(--font-size-md-paragraph);
  line-height: var(--line-height-md-paragraph);
  margin-bottom: 0;
}
.theme-block.team-grid .container .container-inner .team-content-grid .team-content-grid-inner .team-card .team-card-inner .team-meta a {
  margin: 30px 0 0;
}
.theme-block.team-grid .container .container-inner .team-content-grid .team-content-grid-inner .team-card .team-card-inner img.brandmark {
  position: absolute;
  top: auto;
  left: auto;
  right: 0;
  bottom: 0;
}

/*# sourceMappingURL=style-index.css.map*/