.roundPictures {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-right: -2rem;
  margin-bottom: -2rem;
}
.roundPictures_item {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2rem;
  margin-right: 2rem;
  width: -webkit-calc(100% / 3 - 2rem);
  width: calc(100% / 3 - 2rem);
  min-width: -webkit-calc(100% / 3 - 2rem);
  min-width: calc(100% / 3 - 2rem);
  overflow: hidden;
}
.roundPictures_itemImage {
  display: block;
  width: 176px;
  height: 176px;
  border-radius: 50%;
  margin: 0 auto 1rem;
}
.roundPictures_itemImage__placeholder {
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("/themes/comp1/img/placeholder.svg");
  background-color: #eee;
  background-size: 40% auto;
}
.roundPictures_itemImageWrapper {
  border-radius: 50%;
  margin-bottom: 1rem;
}
.roundPictures_itemImageWrapper > .roundPictures_itemImage {
  margin-bottom: 0;
}
.roundPictures_itemTitle {
  display: block;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5rem;
  text-align: center;
  overflow: hidden;
  max-height: 6rem;
}
.roundPictures_itemText {
  margin: 0.375rem 0 0;
  color: #333;
  text-align: center;
  width: 100%;
}

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