/*!*********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/partnership-testimonials/item/style.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************************/
.dm-partnership-testimonials-item-image-container {
  display: flex;
  justify-content: end;
  margin-right: 15px;
  margin-bottom: -100px;
  padding-top: 30px;
  min-height: 105px;
}
.dm-partnership-testimonials-item-image-container img {
  border-radius: 100px;
  z-index: 9;
  width: 75px !important;
}

.dm-partnership-testimonials-content {
  position: relative;
}
.dm-partnership-testimonials-content .testimonial-person {
  font-weight: 400;
  font-size: 1.8rem;
}
.dm-partnership-testimonials-content .testimonial-company {
  font-size: 1.4rem;
}
.dm-partnership-testimonials-content .dm-testimonial-content {
  background: white;
  display: inline-flex;
  padding: 50px 30px 40px 30px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-left: 32px;
}
@media (max-width: 520px) {
  .dm-partnership-testimonials-content .dm-testimonial-content {
    margin-left: 0px;
    padding: 30px 20px 30px;
  }
}
.dm-partnership-testimonials-content .dm-partnership-testimonials-label {
  margin-bottom: -70px;
}
.dm-partnership-testimonials-content .dm-partnership-testimonials-label svg {
  height: auto;
}
.dm-partnership-testimonials-content .dm-partnership-testimonials-label .dm-partnership-testimonials-label-content {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 16px;
  left: 13px;
  color: white;
}

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