.contacts__title {
  display: flex;
  align-items: top;
  justify-content: left;
  padding: 0;
  margin-bottom: 0;
  color: var(--section-label-color);
}
.contacts__list__item {
  margin: 0.5rem 1rem;
  font-size: 1.125rem;
  color: white;
}
.contacts__list__item > i {
  padding: 0 0.25rem;
  font-size: inherit;
  color: inherit;
}
.contacts__list__item > a {
  font-size: inherit;
  color: inherit;
}
.contacts__list {
  display: table;
  align-items: top;
  justify-content: left;
  padding: 0;
  margin: 0;
  color: white;
}
.contacts {
  display: flex;
  align-items: top;
  justify-content: center;
}
/*# sourceMappingURL=contacts.css.map */