/*!********************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/@wordpress/scripts/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]!./blocks/src/lp-case-study/style.scss ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************/
/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */
.wp-block-cl-lp-case-study {
  display: flex;
  flex-direction: column;
  row-gap: 32px;
}
@media screen and (min-width: 1024px) {
  .wp-block-cl-lp-case-study {
    flex-direction: row;
    gap: 40px;
  }
  .wp-block-cl-lp-case-study:nth-child(even) {
    flex-direction: row-reverse;
  }
}

.lp-case-study__title {
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -1.2px;
}
@media screen and (min-width: 1280px) {
  .lp-case-study__title {
    margin-bottom: 32px;
    font-size: 40px;
    line-height: 48px;
  }
}

.lp-case-study__body .wp-block-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
@media screen and (min-width: 1280px) {
  .lp-case-study__body .wp-block-list {
    margin-top: 8px;
  }
}
.lp-case-study__body .wp-block-list li {
  padding: 16px 0;
  border-bottom: 1px solid #000;
  font-weight: 600;
}
@media screen and (min-width: 1280px) {
  .lp-case-study__body .wp-block-list li {
    padding: 24px 0;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -0.96px;
  }
}
.lp-case-study__body .wp-block-list li:last-child {
  border-bottom: none;
}

.lp-case-study__image {
  max-width: 60%;
}
@media screen and (min-width: 1024px) {
  .lp-case-study__image {
    max-width: unset;
    flex: 0 0 40%;
  }
}

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