.achievmentsList_widgetContent {
  padding-top: 10px;
}
.achievmentsList_widgetWrapper {
  width: 100%;
  margin: auto;
}
.achievmentsList_widgetTitle {
  color: #333;
  font-size: 32px;
  font-weight: 700;
  margin: auto;
}
.achievmentsList_widgetContent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  background-color: #fff;
}
.achievmentsList_widgetItem {
  width: 100%;
  margin: 0px;
  padding: 0 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.achievmentsList_widgetItem:nth-child(3n) {
  margin-right: 0px;
}
.achievmentsList_widgetImage {
  width: 70px;
  height: 70px;
  margin-right: 34px;
}
.achievmentsList_widgetItemTitle {
  color: #08c;
  font-size: 20px;
  line-height: 24px;
  margin: 0px 0 13px 0;
  color: #333;
}
.achievmentsList_widgetItemDescr {
  font-size: 1rem;
  font-weight: 300;
  color: #686868;
  line-height: 24px;
}
.achievmentsList_item {
  zoom: 1;
  margin-bottom: 1rem;
}
.achievmentsList_item:after,
.achievmentsList_item:before {
  content: "";
  display: table;
}
.achievmentsList_item:after {
  clear: both;
}
.achievmentsList_item:not(.achievmentsList_item__last) {
  padding-bottom: 1rem;
  border-bottom: 1px dashed #cecece;
}
.achievmentsList_itemHeader {
  margin-bottom: 1rem;
}
.achievmentsList_itemTitle {
  margin: 0;
  padding: 0;
  line-height: 1;
  font-family: "Open Sans", sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.25;
}
.achievmentsList_itemDate {
  display: block;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1;
  margin-top: 0.5rem;
}
.achievmentsList_itemImage {
  float: left;
  width: 280px;
  height: 160px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
}
.achievmentsList_itemImage__placeholder {
  background-color: #eee;
  background-size: 40% 40%;
}
.achievmentsList_itemDescription {
  margin: 0;
}
.achievmentsList_itemDescription__photo {
  margin-left: 300px;
}

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