.b-contacts {
  display: flex;
  background-color: #fff;
  width: 100%;
  margin: 100px 0;
  flex-wrap: wrap;
}
.b-contacts__item {
  height: 600px;
  width: calc(33% - 10px);
  margin-right: 10px;
  color: #000;
  border: 1px solid #000;
  margin-bottom: 20px;
}
.b-contacts__header {
  border-bottom: 1px solid #000;
  margin-bottom: 20px;
}
.b-contacts__title {
  font-size: 16px;
}
.b-contacts__body {
  background-color: #000;
}
.b-contacts__text {
  color: #fff;
}

/*# sourceMappingURL=test.css.map */
