/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.1
*/
/*************** ADD CUSTOM CSS HERE. ***************/
section.st-feedbacks .box {
  border: 1px solid #F1F1F1;
  border-radius: 10px;
  overflow: hidden;
}
section.st-feedbacks .box .box-text {
  padding: 10px;
}
section.st-feedbacks .box .box-text .rate {
  color: #f6e700;
}
section.st-feedbacks .box .box-text p {
  font-size: 90%;
}
@media screen and (max-width: 576px) {
  section.st-feedbacks .box .box-text .icon-box .icon-box-text {
    font-size: 12px;
  }
  section.st-feedbacks .box .box-text .icon-box .icon-box-text * {
    line-height: 1.2;
    font-weight: normal;
  }
}

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