/*!*******************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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-block/style.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************/
.services {
  position: relative;
  font-size: 2rem;
  line-height: 1.5;
  z-index: 0;
}
@media only screen and (max-width: 576px) {
  .services {
    font-size: 1.4rem;
  }
}
.services p {
  margin-top: 2.6rem;
}
@media only screen and (max-width: 576px) {
  .services p {
    margin-top: 0.9rem;
  }
}

.services__cards {
  margin-top: 10.7rem;
  padding-right: 7.5rem;
}
@media only screen and (max-width: 576px) {
  .services__cards {
    display: flex;
    flex-direction: column;
    gap: 8.2rem;
    padding-right: 0;
    margin-top: 8.7rem;
  }
}

.service__arrow {
  position: relative;
  top: 1.7rem;
  width: clamp(4.1rem, -3.218rem + 20.36vw, 14.6rem);
  height: auto;
}
@media only screen and (max-width: 576px) {
  .service__arrow {
    top: 0;
    width: 4.1rem !important;
  }
}

.services__blob {
  position: absolute;
  width: clamp(33rem, 21.012rem + 33.36vw, 50.2rem);
  height: auto;
  top: -5%;
  right: -5%;
  z-index: -3;
}
@media only screen and (max-width: 576px) {
  .services__blob {
    top: 4%;
    right: initial;
    z-index: -3;
    left: -50%;
    transform: rotate(162deg);
    z-index: 0;
    mix-blend-mode: multiply;
  }
}

.services__blob_2 {
  position: absolute;
  bottom: -5%;
  left: -10%;
  z-index: -2;
  opacity: 0.6;
  mix-blend-mode: multiply;
}
@media only screen and (max-width: 576px) {
  .services__blob_2 {
    display: none;
  }
}

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