.news_one-box {
  max-width: 1200px;
  margin: 0 auto 0;
  background-color: #f3f8fb;
  padding: 1rem;
  line-height: 1.6;
}
.news_one_box_1 {
  display: flex;
  flex-direction: column;
  width: 63rem;
  margin: 0 auto 0;
  justify-content: center;
}
.news_one_img {
  width: 80%;
  max-width: 100%;
  height: auto;
  margin: auto;
  object-fit: cover;
  line-height: top;
}
.news_one_subtitle {
  color: #085aae;
  margin: 2rem auto 0 auto;
  font-size: 1.25rem;
  line-height: 2.125rem;
  text-transform: uppercase;
  text-align: center;
}
.news_one_content {
  padding: 0 1rem;
  text-align: justify;
  line-height: 1.6;
  margin-top: 0;
  margin-bottom: 0;
}
