.services {
  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;
}
.services_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% / 2 - 2rem);
  width: calc(100% / 2 - 2rem);
  min-width: -webkit-calc(100% / 2 - 2rem);
  min-width: calc(100% / 2 - 2rem);
  overflow: hidden;
}
.services_itemImage {
  display: block;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  margin: 0 auto 1rem;
}
.services_itemImage__placeholder {
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("/themes/houses/img/placeholder.svg");
  background-color: #eee;
  background-size: 40% auto;
}
.services_itemImageWrapper {
  border-radius: 50%;
  margin-bottom: 1rem;
}
.services_itemImageWrapper > .services_itemImage {
  margin-bottom: 0;
}
.services_itemTitle {
  display: block;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5rem;
  text-align: center;
  overflow: hidden;
  max-height: 6rem;
}
.services_itemText {
  margin: 0.375rem 0 0;
  color: #32272a;
  text-align: center;
  width: 100%;
}

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