.outlined-text-box {
  border: 1pt solid #8ACADD;
  background-color: rgba(138, 202, 221, 0.1);
  padding: 0px 40px;
  margin: 20px 0;
}

.outlined-text-box h3 {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 1;
  text-align: center;
}

.outlined-text-box p {
  text-align: left;
}

.centered-h3 {
  margin-top: 0;
  display: inline-block;
}


.callout-box {
  width: 33%;
  height: auto;
  padding: 20px;
  box-sizing: border-box;
  border: 1pt solid #155a71;
  background-color: #f2f2f2;
  float: left;
  margin-right: 20px;
}

.callout-box img {
  display: block;
  margin: 0 auto 10px auto;
}

.callout-box h4 {
  margin: 0;
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
}

.callout-box h4 a {
  text-decoration: none;
  color: #155a71;
}

.callout-box p {
  margin: 0;
  font-size: 1rem;
}