/*!******************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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]!./includes/block-editor/blocks/services-item/style.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************************************/
.services__icon {
  margin-top: -10.5rem;
  padding: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(9.8rem, 6.176rem + 10.08vw, 15rem);
  height: clamp(9.8rem, 6.176rem + 10.08vw, 15rem);
  background: #1d2085;
  border-radius: 50%;
}
@media only screen and (max-width: 576px) {
  .services__icon {
    margin-top: -8.5rem;
  }
}

.services__card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 3rem 2.5rem;
  background: #ffffff;
  border: 0.3rem solid #1d2085;
  border-radius: 3rem;
  max-width: 59rem;
}
@media only screen and (max-width: 576px) {
  .services__card {
    padding: 2.2rem 1.7rem;
  }
}
.services__card h3 {
  margin-top: 2rem;
}
@media only screen and (min-width: 577px) {
  .services__card:nth-child(1) {
    max-width: 66.3rem;
  }
  .services__card:nth-child(2) {
    max-width: 63rem;
  }
  .services__card:nth-child(even) {
    margin-left: auto;
    margin-top: -4rem;
    z-index: -1;
  }
  .services__card:nth-child(odd):not(:first-child) {
    margin-top: -6rem;
    z-index: -2;
  }
  .services__card:last-child {
    z-index: -3;
  }
}

/*# sourceMappingURL=style-services-item.css.map*/