.wp-block {
  margin-bottom: 28px;
  margin-top: 28px;
  max-width: 1040px;
}

.single_wysiwyg > * {
  display: block;
  margin-top: 15px;
}
.single_wysiwyg > *:first-child {
  margin-top: 0;
}
.single_wysiwyg > div > * {
  display: block;
  margin-top: 15px;
}
.single_wysiwyg > div > *:first-child {
  margin-top: 0;
}
.single_wysiwyg h1 {
  font-weight: bold;
  font-size: 28px;
}
.single_wysiwyg h2 {
  font-weight: bold;
  font-size: 24px;
}
.single_wysiwyg h3 {
  font-weight: bold;
  font-size: 22px;
}
.single_wysiwyg h4 {
  font-weight: bold;
  font-size: 20px;
}
.single_wysiwyg h5 {
  font-weight: bold;
  font-size: 16px;
}

.single_program {
  padding: 0;
  border-radius: 0.125rem;
  border-width: 4px;
  --tw-border-opacity: 1;
  border-color: rgb(99, 151, 195);
  border-color: rgba(99, 151, 195, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(248, 250, 252);
  background-color: rgba(248, 250, 252, var(--tw-bg-opacity));
}
.single_program__title {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(99, 151, 195);
  background-color: rgba(99, 151, 195, var(--tw-bg-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: center;
  font-size: 1.15rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255, 255, 255);
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  margin: 0;
}
@media (min-width: 976px) {
  .single_program__title {
    min-height: 3.5em;
    font-size: 1.24rem;
  }
}
.single_program__body {
  padding: 1.75rem;
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 2rem;
  margin: 0;
}
.single_program__more {
  margin: 0;
  padding: 3rem;
  font-size: 1.24rem;
  font-weight: 700;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgb(0, 0, 0);
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}
/*# sourceMappingURL=single.css.map */