.testimonials {
  background: url(../img/bg-main.webp);
  max-width: 430px;
  min-height: 520px;
  padding: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  cursor: e-resize;
}
.testimonials .list {
  width: 100%;
  text-align: center;
}
.testimonials .list .brand {
  font-size: 29px;
  color: var(--white-stay);
  font-weight: 800;
}
.testimonials .list .rating {
  letter-spacing: 1px;
  color: #4e3800;
  font-size: 15px;
  font-weight: 800;
}
.testimonials .list .text {
  margin: 35px auto;
  font-size: 16px;
  color: #6a4c00;
  line-height: 1.7;
}
.testimonials .list .user .author {
  font-size: 17px;
  font-weight: 800;
  color: #4e3800;
}
.testimonials .list .user .dateplace {
  font-size: 14px;
  color: var(--white-stay);
}
.testimonials .slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}
.testimonials .slick-dots button {
  border: none;
  height: 12px;
  width: 12px;
  background-color: var(--white-stay);
  font-size: 0;
  cursor: pointer;
  border-radius: 12px;
}
.testimonials .slick-dots .slick-active button {
  background-color: #d7a013;
  width: 40px;
}
.testimonials .slick-dots li + li {
  margin-left: 10px;
}/*# sourceMappingURL=mod_testimonials.css.map */