.single-testimonial .opinion-content {
  border-radius: 32px;
  border: 1px solid #ff9085;
  position: relative;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='267' height='188' viewBox='0 0 267 188' fill='none'%3e %3cpath opacity='0.5' d='M134.607 162.691C128.856 165.106 126.444 171.978 129.041 177.549L138.132 196.678C140.73 202.062 147.037 204.479 152.603 202.062C168.373 195.376 181.917 186.648 192.677 176.062C205.85 163.62 214.755 149.32 219.579 133.533C224.403 117.559 227 95.832 227 68.1596V11.1432C227 5.01447 221.991 0 215.868 0H142.956C136.833 0 131.824 5.01447 131.824 11.1432V84.1316C131.824 90.2622 136.833 95.2748 142.956 95.2748H177.835C177.464 114.034 173.011 129.076 164.848 140.407C158.169 149.503 148.151 156.932 134.607 162.691Z' fill='%23CCF4FF' /%3e %3cpath opacity='0.5' d='M4.61875 162.841C-1.14346 165.258 -3.55801 172.136 -0.957581 177.713L8.15044 196.672C10.7527 202.062 17.0726 204.479 22.6489 202.062C38.2626 195.37 51.6477 186.634 62.6126 176.224C75.8118 163.583 84.9179 149.27 89.7526 133.469C94.5854 117.856 97 96.1051 97 68.2216V11.1534C97 5.01903 91.9813 0 85.8473 0H12.7974C6.66341 0 1.64471 5.01903 1.64471 11.1534V84.2082C1.64471 90.3444 6.66341 95.3616 12.7974 95.3616H47.9283C47.5565 114.138 43.0936 129.194 34.9168 140.535C28.2252 149.641 18.1878 157.077 4.61875 162.841Z' fill='%23CCF4FF' /%3e %3c/svg%3e") no-repeat 40px calc(100% + 24px);
  background-size: 24%;
}
@media screen and (max-width: 992px) {
  .single-testimonial .opinion-content {
    background-position: calc(100% + 30px) -2px;
    background-size: 50%;
  }
}
.single-testimonial .opinion-content .rounded {
  border-radius: 100% !important;
  border: 2px solid #ff9085;
}
.single-testimonial .opinion-content .author-details .author {
  font-family: "Borna";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  color: #ff6f61;
}
.single-testimonial .opinion-content .author-details .position {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
}
.single-testimonial .opinion-content .justify-content-between {
  display: flex;
  flex-direction: row;
}
.single-testimonial h3 {
  font-size: 44px;
  font-style: normal;
  font-weight: 600;
}
.single-testimonial h3 span {
  color: #ff6f61;
}

/*# sourceMappingURL=single_testimonial.css.map*/