.prm-review {
  position: relative;
  max-width: 292px;
  background-color: #F4F4F8;
  border-radius: 20px;
  padding: 40px 20px 20px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='177' height='197' viewBox='0 0 177 197' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M176.768 56.8165V140.768C176.768 145.802 174.042 150.474 169.608 152.968L95.5663 194.921C91.0859 197.416 85.6356 197.416 81.2014 194.921L7.15947 152.968C2.72527 150.428 0 145.802 0 140.768V56.8165C0 51.7822 2.72527 47.1106 7.15947 44.6161L81.2014 2.66311C85.6818 0.16861 91.1321 0.16861 95.5663 2.66311L169.608 44.6161C174.042 47.156 176.768 51.7822 176.768 56.8165ZM41.2001 98.7691C41.2001 124.349 62.3549 145.121 88.4058 145.121C114.411 145.121 135.612 124.349 135.612 98.7691C135.612 73.189 114.457 52.4166 88.4058 52.4166C62.3549 52.4166 41.2001 73.189 41.2001 98.7691ZM63.0939 98.7691C63.0939 85.072 74.4566 73.9147 88.4058 73.9147C102.355 73.9147 113.718 85.072 113.718 98.7691C113.718 112.466 102.355 123.623 88.4058 123.623C74.4566 123.623 63.0939 112.466 63.0939 98.7691Z' fill='%23E4E4E8'/%3e%3c/svg%3e ");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  display: flex !important;
  flex-direction: column;
  height: 100%;
}
.prm-review::before {
  content: "";
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='46' height='36' viewBox='0 0 46 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M0 35.7922V24.9357C0 21.9423 0.580805 18.8819 1.74241 15.7545C2.9487 12.6271 4.49007 9.70071 6.36651 6.97539C8.28763 4.2054 10.2758 1.88218 12.3309 0.0057373L22.1823 5.36701C20.7973 7.91362 19.5016 10.7283 18.2953 13.811C17.1337 16.8937 16.5529 20.6243 16.5529 25.0027V35.7922H0ZM23.5226 35.7922V24.9357C23.5226 21.9423 24.1034 18.8819 25.265 15.7545C26.4713 12.6271 28.0127 9.70071 29.8891 6.97539C31.8102 4.2054 33.7984 1.88218 35.8535 0.0057373L45.7049 5.36701C44.3199 7.91362 43.0242 10.7283 41.8179 13.811C40.6563 16.8937 40.0755 20.6243 40.0755 25.0027V35.7922H23.5226Z' fill='%23E21235'/%3e%3c/svg%3e ");
  width: 46px;
  height: 36px;
  display: block;
  position: absolute;
  top: -20px;
  left: 20px;
}
.prm-review__text {
  font-size: 16px;
  font-weight: 500;
  font-style: italic;
  margin-top: 5px;
  flex: 1 0 auto;
}
.prm-review__footer {
  padding: 5px 10px;
  background: #fff;
  border-radius: 8px;
  margin-top: 30px;
}
.prm-review__master {
  font-size: 12px;
  font-weight: 500;
  color: #E21235;
}
.prm-review__name {
  font-size: 16px;
  font-weight: 500;
}
.prm-review__name span {
  color: #383838;
  font-weight: 400;
  margin-left: 3px;
}
.prm-review__star {
  color: #FF8800;
  font-size: 25px;
}

.prm-reviews .slick-list {
  padding-top: 20px;
}
.prm-reviews .slick-track {
  display: flex;
}
.prm-reviews .slick-track .slick-slide {
  display: flex;
  height: auto;
  align-items: flex-start;
  justify-content: center;
}
.prm-reviews .slick-track .slick-slide > div {
  height: 100%;
}/*# sourceMappingURL=strle-reviews.css.map */