.b-contacts-body {
  position: relative;
  background: #fff;
  padding: 0 0 4rem;
}
.b-contacts-body__box {
  padding: 0 9rem;
}
@media all and (max-width: 768px) {
  .b-contacts-body__box {
    padding: 0 1.5rem;
  }
}
.b-contacts-body__header {
  padding: 1rem;
  font-size: 2.5rem;
  font-weight: 800;
  text-transform: uppercase;
  margin: 0 0 0.5rem;
}
.b-contacts-body__header span {
  font-size: 2rem;
}
.b-contacts-body__header h2 {
  font-weight: inherit;
  font-size: inherit;
}
.b-contacts-body__title {
  position: relative;
  width: 100%;
  font-size: 1.75rem;
  font-weight: 800;
  text-transform: uppercase;
  padding: 0 1rem 0.1rem;
}
.b-contacts-body__title:before {
  position: absolute;
  height: 3px;
  background: #000;
  bottom: 0;
  left: 0.5rem;
  right: 0.5rem;
  content: "";
}
.b-contacts-body__items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin: 0 0 1rem;
}
.b-contacts-body__item {
  padding: 1rem;
  line-height: 1.4rem;
}
@media all and (max-width: 1024px) {
  .b-contacts-body__items {
    grid-template-columns: 1fr 1fr;
  }
}
@media all and (max-width: 768px) {
  .b-contacts-body__header {
    font-size: 2rem;
    line-height: 1.9rem;
  }
  .b-contacts-body__header span {
    font-size: 1.7rem;
  }
  .b-contacts-body__header h2 {
    font-weight: inherit;
    font-size: inherit;
  }
  .b-contacts-body__title {
    font-size: 1.5rem;
  }
}