h1,
h2,
h3 {
  overflow-wrap: normal;
  text-wrap: balance;
  word-break: normal;
}

.home-contact-list {
  display: grid;
  align-content: start;
  margin-top: 28px;
  font-style: normal;
}

.home-contact-list span {
  margin-top: 24px;
  color: #6b625c;
  font-size: 12px;
  text-transform: uppercase;
}

.home-contact-list span:first-child {
  margin-top: 0;
}

.home-contact-list a,
.home-contact-list p {
  margin: 5px 0;
  font-family: var(--serif);
  font-size: 25px;
  line-height: 1.3;
  overflow-wrap: anywhere;
  text-decoration: none;
}

@media (max-width: 720px) {
  .home-contact-list a,
  .home-contact-list p {
    font-size: 21px;
  }
}
