.library-box {
  max-width: 1200px;
  margin: 0 auto 0;
  background-color: #f3f8fb;
  padding: 1rem;
  line-height: 1.6;
}
.library-box_2 {
  display: block;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.library_head {
  order: -2;
  padding: 1rem;
  color: #085aae;
}
.library_bordered-center {
  border-left: 6px solid #085aae;
  padding-left: 1rem;
}
.library_subtitle {
  margin: 0;
  bottom: -3px;
  font-size: 1.25rem;
  line-height: 2.125rem;
  text-transform: uppercase;
}
.library_content {
  padding: 0 1rem;
  text-align: justify;
  line-height: 1.6;
  margin-top: 0;
  margin-bottom: 0;
}
.library_img {
  width: 100%;
  max-width: 100%;
  height: auto;
  line-height: top;
  margin-bottom: 1rem;
}
.library_a_p {
  text-align: center;
}
.library_a {
  color: #085aae;
  text-decoration: none;
}
.library_a:hover {
  color: #085aae;
  text-decoration: underline;
}
.library_a::before {
  color: #15273a;
  text-decoration: underline;
}
