/*!*****************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./blocks/team-block/style.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************/
.team-block {
  margin: 12.8rem auto;
  width: 110rem;
}
.team-block h2 {
  margin-bottom: 3.2rem;
  position: relative;
}
.team-block h2 svg {
  position: absolute;
  left: -2rem;
  top: 0.5rem;
  z-index: -1;
}
.team-block .content-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(min(20rem, 100%), 1fr))[4];
  grid-template-columns: repeat(4, minmax(min(20rem, 100%), 1fr));
  gap: 6.6rem;
}
.team-block .content-container .team-block-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
}
.team-block .content-container .team-block-inner img {
  border-radius: 50%;
  height: 20rem;
  width: 20rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.team-block .content-container .team-block-inner > p:first-of-type {
  font-weight: 700;
  color: #EB6109;
  margin-top: 1.8rem;
  margin-bottom: 0.4rem;
}

@media only screen and (max-width: 900px) {
  .team-block {
    margin: 0 2.4rem;
    margin-bottom: 6.4rem;
    width: auto;
  }
  .team-block h2 {
    font-size: 2.4rem;
    margin-bottom: 2.4rem;
  }
  .team-block h2 svg {
    width: 10.7rem;
    height: 3rem;
    left: -0.7rem;
    top: 0.2rem;
  }
  .team-block .content-container {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  .team-block .content-container .team-block-inner img {
    max-height: 16rem;
    max-width: 16rem;
  }
}
@media only screen and (max-width: 425px) {
  .team-block .content-container .team-block-inner img {
    max-height: 12rem;
    max-width: 12rem;
  }
}

/*# sourceMappingURL=style-team-block.css.map*/