.coa {
  padding: 48px 0;
  color: #051c2c;
}
.coa h1 {
  font-family: 'Noto Serif', sans-serif;
  font-weight: bold;
  font-style: italic;
  text-align: center;
  font-size: 3.25rem;
  margin: 0;
}
.coa p {
  font-size: 1.5rem;
  line-height: 150%;
  margin: 48px 0;
  text-align: center;
}
.coa table thead tr th,
.coa table tbody tr td {
  font-family: 'Noto Serif', sans-serif;
  color: #051c2c;
}
.coa table thead tr th small {
  font-weight: normal;
  font-style: italic;
}
.coa table tbody tr td .btn-small.pdf {
  background-color: #00aaa5 !important;
  display: flex;
  flex-direction: row;
  align-items: center;
  max-width: 124px;
  margin: 0 auto;
}
.coa table tbody tr td .btn-small.pdf img {
  width: 18px;
  height: 18px;
  vertical-align: middle;
}
.coa table tbody tr td .btn-small.pdf span {
  font-size: .9rem;
  font-weight: normal;
  padding-left: 4px;
}