.contact-card {
  hr {
    margin: 1.6rem 0;
  }
  .contact-card__icon {
    margin-right: 10px;
    width: 32px;
    height: 32px;
  }

  .contact-card__item a {
    color: #000;
    font-weight: 400;
  }
  .contact-card__location p a {
    font-weight: 700;
  }
}
