/*!*****************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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]!./blocks/src/bg-image-card-item/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-custom-blocks-bg-image-card-item {
  position: relative;
}
.wp-block-custom-blocks-bg-image-card-item .wrapper-text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.wp-block-custom-blocks-bg-image-card-item .wrapper-text .title {
  margin-bottom: 10px;
}
.wp-block-custom-blocks-bg-image-card-item .wrapper-image {
  position: relative;
  display: flex;
  border-radius: 16px;
  overflow: hidden;
}
.wp-block-custom-blocks-bg-image-card-item .wrapper-image .bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.64) 70.21%, rgba(0, 0, 0, 0.8) 100%);
}
.wp-block-custom-blocks-bg-image-card-item .wrapper-image img {
  aspect-ratio: 375/373;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

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