/*!*****************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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]!./plugins/developress-blocks/src/blocks/hero-case-study/style.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************/
.hero-case-study {
  background-color: var(--wp--preset--color--primary);
  position: relative !important;
  padding-block: 0;
  padding-top: var(--wp--preset--spacing--md);
}
.hero-case-study__columns.hero-case-study__columns {
  margin-block: 0;
}
.hero-case-study__page-title.hero-case-study__page-title {
  margin-block: 0 0.5rem;
  font-size: var(--wp--preset--font-size--overline);
  text-transform: uppercase;
  line-height: 1rem;
  letter-spacing: 0.09375rem;
  font-weight: 700;
  color: var(--wp--preset--color--light);
}
.hero-case-study__title.hero-case-study__title {
  margin-block: 0;
  color: var(--wp--preset--color--light);
}
.hero-case-study__cards {
  display: flex;
  flex-direction: column;
  gap: var(--wp--preset--spacing--xs);
  margin-top: var(--wp--preset--spacing--md);
}
.hero-case-study__single-card {
  padding: 1rem;
  border-radius: 12px;
  border: solid 1px rgba(255, 255, 255, 0.5);
  box-sizing: border-box;
  max-width: 100%;
}
.hero-case-study__card-title {
  font-size: var(--wp--preset--font-size--overline);
  text-transform: uppercase;
  line-height: 1rem;
  letter-spacing: 0.09375rem;
  font-weight: 700;
  color: var(--wp--preset--color--light);
  margin: 0 0 var(--wp--preset--spacing--sm) !important;
}
.hero-case-study__card-text {
  color: var(--wp--preset--color--light);
  margin: 0 !important;
}
.hero-case-study__image {
  margin: 0;
  max-width: 100%;
  height: auto;
  display: block;
}

@media screen and (min-width: 768px) {
  .hero-case-study {
    padding-block: var(--wp--preset--spacing--3-xl);
  }
  .hero-case-study__cards {
    margin-top: var(--wp--preset--spacing--xl);
  }
  .hero-case-study__single-card {
    max-width: 80%;
  }
  .hero-case-study__images-group {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50%;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
  }
  .hero-case-study__background {
    position: relative;
    margin: 0;
    padding: 0;
    z-index: 1;
  }
}
@media screen and (min-width: 1024px) {
  .hero-case-study__title.hero-case-study__title {
    width: 80%;
  }
}
@media screen and (min-width: 1440px) {
  .hero-case-study__text-group {
    position: relative;
    z-index: 2;
  }
  .hero-case-study__background {
    position: absolute;
    width: 59rem;
    max-width: unset;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .hero-case-study {
    padding-block: var(--wp--preset--spacing--2-xl);
  }
  .hero-case-study__cards {
    margin-top: var(--wp--preset--spacing--xl);
  }
  .hero-case-study__single-card {
    max-width: 80%;
  }
  .hero-case-study__images-group {
    width: 55%;
  }
}

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