.aboutUsList {
  margin-bottom: 32px;
}
.aboutUsList_widgetWrapper {
  width: 100%;
  margin: auto;
}
.aboutUsList_widgetTitle {
  color: #333;
  font-size: 32px;
  font-weight: 700;
  margin: auto;
}
.aboutUsList_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%;
}
.aboutUsList_widgetItem {
  width: 100%;
  margin: 0px;
  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;
  margin-bottom: 0px !important;
}
.aboutUsList_widgetItem:nth-child(3n) {
  margin-right: 0px;
}
.aboutUsList_widgetImage {
  width: 100%;
  height: auto;
  margin: 0;
  margin-right: 42px;
}
.aboutUsList_widgetItemTitle {
  color: #08c;
  font-size: 16px;
  font-weight: 400;
  margin: 20px 0 15px 0;
}
.aboutUsList_widgetItemDescr {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 300;
  margin-top: 1.5rem;
}
.aboutUsList_item {
  zoom: 1;
  margin-bottom: 1rem;
}
.aboutUsList_item:after,
.aboutUsList_item:before {
  content: "";
  display: table;
}
.aboutUsList_item:after {
  clear: both;
}
.aboutUsList_item:not(.aboutUsList_item__last) {
  padding-bottom: 1rem;
  border-bottom: 1px dashed #cecece;
}
.aboutUsList_itemHeader {
  margin-bottom: 1rem;
}
.aboutUsList_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;
}
.aboutUsList_itemDate {
  display: block;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1;
  margin-top: 0.5rem;
}
.aboutUsList_itemImage {
  float: left;
  width: 280px;
  height: 160px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("/themes/mobile/img/placeholder.svg");
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
}
.aboutUsList_itemImage__placeholder {
  background-color: #eee;
  background-size: 40% 40%;
}
.aboutUsList_itemDescription {
  margin: 0;
}
.aboutUsList_itemDescription__photo {
  margin-left: 300px;
}

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