h2 {
  font-family: 'Barlow Condensed', sans-serif;
  color: #006241;
  letter-spacing: 0.01em;
}

h4 {
  color: #006241;
  letter-spacing: 0.02em;
}

label {
  font-weight: bold;
}

strong {
  color: #0d0a2c;
}

.container,
#letter {
  max-width: 960px;
}

#letter {
  margin-right: auto;
  margin-left: auto;
  padding-right: var(--bs-gutter-x, .75rem);
  padding-left: var(--bs-gutter-x, .75rem);
}

.border-top {
  border-top: 1px solid #e5e5e5;
}

.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.border-top-gray {
  border-top-color: #adb5bd;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

.lh-condensed {
  line-height: 1.25;
}

.col-lg-8 {
  width: 100%;
}

.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  user-select: none;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}

.logo {
  max-width: 200px;
  height: auto;
  margin-top: 1rem;
}

.signature {
  height: 40px;
}

p,
#letter {
  font-size: 12px;
}

p.lead {
  text-wrap: balance;
}
