.achievements {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 0 1.25rem;
  margin-bottom: -1.25rem;
}
.achievements_item {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 340px;
  margin-right: 3.75rem;
  margin-bottom: 1.25rem;
}
.achievements_item:nth-child(3n) {
  margin-right: 0;
}
.achievements_itemImage {
  margin-right: 2.25rem;
}
.achievements_itemImage__placeholder {
  background-color: #eee;
  background-size: auto 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("/themes/houses/img/placeholder.svg");
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
}
.achievements_itemInfo {
  position: relative;
}
.achievements_itemTitle {
  display: block;
  margin-bottom: 0.75rem;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1;
}
.achievements_itemText {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.5;
  max-height: 3.9375rem;
  overflow: hidden;
  color: #686868;
}

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