.reviews {
  position: relative;
  background-color: #c0c0c3;
  padding: 50px -webkit-calc((100% - 1136px)/2) 64px;
  padding: 50px calc((100% - 1136px)/2) 64px;
}
.reviews:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 100%;
  height: 4px;
  background-color: #c0c0c3;
}
.reviews_items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 64px;
}
.reviews_item {
  zoom: 1;
  position: relative;
  width: 560px;
  height: 192px;
  padding: 16px 24px 16px 16px;
  background-color: #fff;
  box-shadow: 1px 2px 8px rgba(21,33,66,0.08);
}
.reviews_item:after,
.reviews_item:before {
  content: "";
  display: table;
}
.reviews_item:after {
  clear: both;
}
.reviews_item:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 56px;
  border-top: 32px solid #e7e8ec;
  border-left: 32px solid transparent;
  border-right: 32px solid transparent;
}
.reviews_itemHeader {
  margin-bottom: 16px;
}
.reviews_itemTitle {
  margin: 0;
  padding: 0;
  line-height: 1;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}
.reviews_itemDate {
  font-size: 14px;
  font-weight: 300;
  margin-top: 8px;
}
.reviews_itemImage {
  float: right;
  margin-left: 16px;
}
.reviews_itemImage img {
  display: block;
}
.reviews_itemImage__empty {
  width: 160px;
  height: 160px;
  background-image: url("/themes/comp1/img/placeholder.png");
  background-position: center center;
}
.reviews_itemDescription {
  margin: 0 0 24px;
  max-height: 120px;
  overflow: hidden;
  font-size: 16px;
  line-height: 1.25;
}

/*# sourceMappingURL=../maps/component/reviews.css.map */
