@charset "UTF-8";
/* =================================================================== */
/* ↓ Desde acá NO editar ↓ */
/* ============ MIXINS ============= */
/* ============ EXTENDS ============= */
.wp-block-team-numbers {
  margin-top: 64px !important;
}
@media (min-width: 540px) {
  .wp-block-team-numbers {
    margin-top: 80px !important;
  }
}
@media (min-width: 768px) {
  .wp-block-team-numbers {
    margin-top: 90px !important;
  }
}
.wp-block-team-numbers .team-numbers--container {
  padding: 32px 16px;
  position: relative;
}
@media (min-width: 540px) {
  .wp-block-team-numbers .team-numbers--container {
    padding: 32px 24px;
  }
}
.wp-block-team-numbers .team-numbers--image {
  background-image: url(../../../img/BackgroundWoman_AboutTheTeam.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 8px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 374px;
  background-position: top 40% center;
}
@media (min-width: 1120px) {
  .wp-block-team-numbers .team-numbers--image {
    height: 404px;
  }
}
@media (min-width: 1280px) {
  .wp-block-team-numbers .team-numbers--image {
    height: 345px;
  }
}
.wp-block-team-numbers .team-numbers--image:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.7);
}
.wp-block-team-numbers .team-numbers--content {
  max-width: 654px;
  position: relative;
  z-index: 1;
}
.wp-block-team-numbers .team-numbers--content-title {
  font-size: 30px;
  font-weight: 600;
  line-height: 125%;
}
@media (min-width: 960px) {
  .wp-block-team-numbers .team-numbers--content-title {
    font-size: 38px;
  }
}
.wp-block-team-numbers .team-numbers--grid {
  margin-top: 3rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  position: relative;
  z-index: 1;
  gap: 24px 16px;
}
@media (min-width: 540px) {
  .wp-block-team-numbers .team-numbers--grid {
    gap: 24px;
  }
}
@media (min-width: 960px) {
  .wp-block-team-numbers .team-numbers--grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.wp-block-team-numbers .team-numbers--grid--item {
  border-radius: 16px;
  border: 3px solid #005C40;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 3px 5px 15px 3px rgba(0, 41, 28, 0.1);
  color: #005C40;
  text-align: center;
  height: 100%;
  margin-top: 0;
  padding: 24px 16px 32px 16px;
}
.wp-block-team-numbers .team-numbers--grid--item div {
  font-size: 70px;
  font-weight: 600;
  line-height: 125%;
}
.wp-block-team-numbers .team-numbers--grid--item span {
  font-size: 20px;
  font-weight: 500;
  line-height: 125%;
  display: block;
  max-width: 150px;
  margin-left: auto;
  margin-right: auto;
}
/*# sourceMappingURL=style.css.map */
