.non-formal-box {
  max-width: 1200px;
  margin: 0 auto 0;
  background-color: #f3f8fb;
  padding: 1rem;
  line-height: 1.6;
}
.non-formal_box_1 {
  margin-bottom: 2rem;
}
.non-formal_head {
  order: -2;
  padding: 1rem;
  color: #085aae;
}
.non-formal_bordered-center {
  border-left: 6px solid #085aae;
  padding-left: 1rem;
}
.non-formal_subtitle {
  margin: 0;
  bottom: -3px;
  font-size: 1.25rem;
  line-height: 2.125rem;
  text-transform: uppercase;
}
.non-formal_content {
  padding: 0 1rem;
  text-align: justify;
  line-height: 1.6;
  margin-top: 0;
  margin-bottom: 0;
}
