/* Acknowledgements Page styles */

.ack-container {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  gap: 1.5em;
}

/* div.ack-container > *:nth-child(2) {
  margin-left: 1em;
} */
.content__p--full-span {
  grid-column: 1 / 3;
}

.address-title {
  font-weight: 500;
  font-style: normal;
}

.avalon-text {
  font-family: serif;
  font-size: 1.25rem;
  align-self: center;
}

.avalon-text:link,
.avalon-text:visited {
  color: #c64d5b;
}
