/*!************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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]!./src/blocks/services/heading-text-card/main.scss ***!
  \************************************************************************************************************************************************************************************************************************************************************************/
.heading-text-card {
  max-width: 330px !important;
  flex: 1 1 calc(33.3% - 110px) !important;
}
.services-version .heading-text-card {
  max-width: 400px !important;
}
.wp-block .heading-text-card {
  border: 2px solid;
  padding: 15px;
}
.heading-text-card__title {
  color: var(--primary--color);
  margin: 0 0 40px;
  font-size: 36px;
  line-height: 47px;
}
.heading-text-card__title__wrapper {
  display: flex;
}
.heading-text-card__title__wrapper.big-heading {
  height: unset;
}
.heading-text-card__title__wrapper.big-heading .heading-text-card__title {
  font-size: 67px;
  line-height: 83px;
  margin-bottom: 30px;
}
.heading-text-card__title__wrapper.small-heading {
  height: unset;
}
.heading-text-card__title__wrapper.small-heading .heading-text-card__title {
  font-size: 24px;
  line-height: 31px;
  margin-bottom: 20px;
}
.heading-text-card__title__wrapper.small-heading + .divider {
  margin-bottom: 20px;
}
.heading-text-card__subtitle {
  margin: 0 0 20px;
  font-size: 24px;
  line-height: 31px;
}
.heading-text-card__subtitle mark {
  color: var(--primary--color) !important;
}
.heading-text-card__text a {
  color: var(--primary--color);
}
.heading-text-card__divider {
  margin: 0 0 40px;
}
.heading-text-card__divider:last-child {
  margin-bottom: 0 !important;
}
.heading-text-card.card-animated {
  display: flex;
  flex-direction: column;
  max-width: 400px !important;
  flex: 1 1 calc(33.3% - 110px) !important;
}
.heading-text-card.card-animated .heading-text-card__title__wrapper {
  display: flex;
  height: 100%;
  justify-content: space-between;
  -moz-column-gap: 20px;
  column-gap: 20px;
  flex: 1;
  transition: gap 0.8s cubic-bezier(0.6, 0, 0.2, 1);
}
.heading-text-card.card-animated:hover .heading-text-card__title__wrapper {
  -moz-column-gap: 0;
  column-gap: 0;
}
.heading-text-card.card-animated .heading-text-card__title {
  margin: 0;
  flex: 1;
}
.heading-text-card.card-animated .heading-text-card__btn {
  flex: 0 0 43px;
  margin: 0;
}
.heading-text-card.card-animated .heading-text-card__divider {
  margin-bottom: 33px;
  margin-top: 33px;
}
@media only screen and (max-width: 991.98px) {
  .heading-text-card {
    flex: 1 1 calc(50% - 40px) !important;
  }
  .services-version .heading-text-card {
    max-width: 330px !important;
  }
  .heading-text-card.card-animated {
    flex: 1 1 calc(50% - 40px) !important;
    max-width: 330px !important;
  }
}
@media only screen and (max-width: 767.98px) {
  .heading-text-card {
    flex: unset !important;
    flex-shrink: 0 !important;
  }
  .heading-text-card.card-animated {
    flex: unset !important;
    flex-shrink: 0 !important;
  }
}
@media only screen and (max-width: 575.98px) {
  .heading-text-card {
    max-width: unset !important;
  }
  .heading-text-card.card-animated {
    max-width: unset !important;
  }
}

.single-row-dark .cards-block {
  color: #fff;
}
.single-row-dark .cards-block .heading-text-card__title {
  color: #fff;
  margin: 0 0 40px;
  font-size: 64px;
  line-height: 83px;
}
.single-row-dark .cards-block .heading-text-card__subtitle {
  color: #fff;
}
.single-row-dark .cards-block .heading-text-card__divider {
  background: #D9D9D9;
}
.single-row-dark .cards-block .heading-text-card__divider .divider__animation--cover {
  display: none;
}
.single-row-dark .cards-block .heading-text-card__text {
  color: #fff;
}

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