.news-box {
  max-width: 1200px;
  margin: 0 auto 0;
  padding: 1rem;
  line-height: 1.6;
}
.news_box_1 {
  margin: 1rem;
}
/* .news__head {
  margin-top: 1rem;
  margin-left: 5.5rem;
  padding: 1rem;
  color: #085aae;
} */
.news__bordered-center {
  border-left: 6px solid #085aae;
  padding-left: 1rem;
}
/* .news__subtitle {
  margin: 0;
  bottom: -3px;
  font-size: 1.25rem;
  line-height: 2.125rem;
  text-transform: uppercase;
} */

.news_box_2 {
  display: grid;
  width: 63rem;
  margin: 0 auto 0;
  justify-content: center;
  grid-gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(300px, auto));
}
.news_forma {
  display: block;
  width: 18.5rem;
  height: 30rem;
  background-color: #f3f8fb;
  border-bottom: 0.2rem solid #085aae;
}
.news_h2 {
  font-size: 1.2rem;
  font-weight: bolder;
  margin-top: 0.5rem;
  margin-left: 1rem;
  margin-bottom: 0.5rem;
}
.news_content {
  padding: 0 1rem;
  text-align: justify;
  line-height: 1.6;
}

.news__img_1 {
  width: 100%;
  max-width: 100%;
  height: 23rem;
  object-fit: cover;
  line-height: top;
}
.news_box_3 {
  display: grid;
  width: 63rem;
  margin: 0 auto 0;
  justify-content: center;
  grid-gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(300px, auto));
}

.news_forma_2 {
  display: flex;
  flex-direction: row;
  width: 58.5rem;
  height: 18rem;
}
.news__img_2 {
  width: 50%;
  max-width: 100%;
  height: auto;
  object-fit: cover;
  line-height: top;
}
.news_content_2 {
  display: block;
  width: 100%;
  height: auto;
}

.news_buttom {
  margin: 0.3rem 1rem 0 1rem;
  display: inline-block;
  padding: 1rem 3rem;
  background: #085aae;
  color: #ffffff;
}
.news_hr {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  width: 85%;
  border: 1px solid #085aae;
}
