/*!********************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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]!./src/testimonial-hero/style.scss ***!
  \********************************************************************************************************************************************************************************************************************************************************/
.wp-block-leanpathblocks-testimonial-hero {
  position: relative;
  display: flex;
}
@media screen and (max-width: 767px) {
  .wp-block-leanpathblocks-testimonial-hero {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}

.testimonial-hero-wrap {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .testimonial-hero-wrap {
    flex-direction: column-reverse;
  }
}
.testimonial-hero-wrap__avatar {
  width: 243px;
  display: flex;
}
@media screen and (max-width: 767px) {
  .testimonial-hero-wrap__avatar {
    display: none;
  }
}
.testimonial-hero-wrap__avatar img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.testimonial-hero-wrap__content {
  width: calc(100% - 243px);
  padding-left: 65px;
}
@media screen and (max-width: 767px) {
  .testimonial-hero-wrap__content {
    width: 100%;
    padding-left: 0;
  }
}
.testimonial-hero-wrap__author-wrap {
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .testimonial-hero-wrap__author-wrap {
    margin-top: 14px;
    display: flex;
  }
}
.testimonial-hero-wrap__author-avatar {
  width: 32px;
  display: none;
}
@media screen and (max-width: 767px) {
  .testimonial-hero-wrap__author-avatar {
    display: block;
  }
}
.testimonial-hero-wrap__author-avatar img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .testimonial-hero-wrap__author-content {
    width: calc(100% - 32px);
    padding-left: 5px;
  }
}
.testimonial-hero-wrap__author-title {
  margin-top: 6px;
}
@media screen and (max-width: 767px) {
  .testimonial-hero-wrap__author-title {
    margin-top: 4px;
  }
}

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