h1 {
  text-align: center;
  font-size: 4em;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1.25em;
  padding-bottom: 0.5em;
  color: #32D6B6!important;
}

h2 {
  text-align: center;
  font-size: 2.5em;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.25em;
  padding-bottom: 0.5em;
}

h3 {
  text-align: center;
  font-size: 1.75em;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.25em;
  padding-bottom: 0.5em;
}


.subtitle {
  font-size: 1.75em;
  text-align: center;
  line-height: 1.25em;
  padding-bottom: 1.25em;
  font-style: italic;
}

.description {
  font-size: 1.25em;
  text-align: center;
  line-height: 1.25em;
  max-width: 40em;
  margin-left: auto;
  margin-right: auto;
}

.callout-title-container {
  font-size: 1.5em;
  font-weight: 700;
}

.callout-body-container {
  p {
    font-size: 1.15em;
  }
}

.callout-style-simple {
  padding: 1.2em!important;
}

.centered p {
  text-align: center;
  font-size: 1.25em;
}

.btn-primary {
  background-color: #18BC9C;
  color: white;
  border: none;
  padding: 0.5em 1.5em;
  font-size: 1.25em;
  border-radius: 6px;
  text-decoration: none;
}
