/*!***************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/@wordpress/scripts/node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./blocks/src/benefits/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-benefits {
  background: #f9fafb;
  padding: 48px 0;
}
@media screen and (min-width: 768px) {
  .wp-block-cl-benefits {
    padding: 62px 0;
  }
}
@media screen and (min-width: 1024px) {
  .wp-block-cl-benefits {
    padding: 80px 0;
  }
}
@media screen and (min-width: 1280px) {
  .wp-block-cl-benefits {
    padding: 120px 0;
  }
}

.benefits-block__inner {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (min-width: 768px) {
  .benefits-block__inner {
    gap: 32px;
  }
}
@media screen and (min-width: 1280px) {
  .benefits-block__inner {
    flex-direction: row;
    gap: 80px;
    align-items: center;
  }
}

.benefits-block__content {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media screen and (min-width: 1280px) {
  .benefits-block__content {
    flex-grow: 1;
    flex-basis: 0;
  }
}

.benefits__items {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.benefits__item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 4px 0;
  border-top: 1px solid #000;
}

.benefit__title {
  font-weight: 600;
  letter-spacing: 0.8px;
  line-height: 1.6;
  font-size: 20px;
}

.benefit__icon {
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
}
.benefit__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.benefits-block__media {
  width: calc(100% + var(--wp--custom--container-padding--mobile) * 2);
  margin-left: calc(var(--wp--custom--container-padding--mobile) * -1);
}
@media screen and (min-width: 768px) {
  .benefits-block__media {
    width: 62%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1280px) and (min-width: 1280px) {
  .benefits-block__media {
    flex-grow: 1;
    flex-basis: 0;
    width: auto;
  }
}

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