/*!**********************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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]!./blocks/testimonial/src/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-image {
  position: relative;
  z-index: 2;
}
.wp-block-image.alignright img {
  margin-left: auto;
}
.wp-block-image.alignleft img {
  margin-right: auto;
}
.wp-block-image.aligncenter {
  margin-left: auto;
  margin-right: auto;
}
.wp-block-image.is-style-rounded {
  border-radius: 10px;
}
.wp-block-image.is-style-rounded img {
  border-radius: 10px;
}

p.is-style-max-width,
li.is-style-max-width {
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
}

.wp-block-crown-blocks-testimonial > .inner {
  text-align: center;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  padding: 0 20%;
}
.wp-block-crown-blocks-testimonial .testimonial__source-image {
  position: relative;
  width: 145px;
  height: 145px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 10px;
  margin-bottom: 40px;
  overflow: hidden;
}
.wp-block-crown-blocks-testimonial .testimonial__source-image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wp-block-crown-blocks-testimonial .testimonial__quote p {
  font-family: "Albert Sans";
  font-size: 23px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
}
.wp-block-crown-blocks-testimonial .testimonial__source-details {
  margin-top: 40px;
}
.wp-block-crown-blocks-testimonial .testimonial__source-details p {
  font-family: Barlow;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 137.5% */
  letter-spacing: 0.3px;
  color: var(--Neutral-Gray-dark, #6C7476);
}

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