.news_inner_section .section_title {
  text-align: center;
  color: #303D87;
  margin-bottom: 45px;
}
.news_inner_section img {
  max-width: 100%;
  width: auto !important;
  height: auto !important;
}
.news_inner_section .news_date {
  padding-bottom: 15px;
  color: rgba(46, 46, 49, 0.5);
  border-bottom: 1px solid #D8D8D8;
  margin-bottom: 20px;
  font-size: 130%;
  line-height: 19px;
}
.news_inner_section .news_description {
  max-width: 735px;
  margin: 0 auto;
  padding: 20px 0;
  font-size: 160%;
  line-height: 24px;
  color: #4A4A4A;
}
.news_inner_section .news_image {
  margin-top: 20px;
}
.news_inner_section .news_image img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}
.news_inner_section .news_inner_title {
  font-size: 200%;
  line-height: 29px;
  color: #2E2E31;
  font-family: "medium", "arm-medium";
  max-width: 735px;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 15px;
}

.news_share {
  position: absolute;
  left: -70px;
  top: 120px;
}
.news_share .at-share-btn-elements {
  display: flex;
  flex-direction: column;
}
.news_share .at-share-btn-elements .at-icon-wrapper {
  width: 42px;
}

@media (max-width: 1440px) {
  .news_inner_section .news_description {
    max-width: 800px;
  }
  .news_inner_section .news_inner_title {
    max-width: 800px;
  }
}
@media (max-width: 1199px) {
  .news_share {
    position: relative;
    left: auto;
    top: auto !important;
  }
  .news_share .at-share-btn-elements {
    flex-direction: row;
    justify-content: center;
    padding-top: 30px;
  }
}
@media (max-width: 991px) {
  .news_inner_section .section_title {
    margin-bottom: 30px;
  }
  .news_inner_section .news_description {
    font-size: 140%;
    line-height: 19px;
  }
}
.news_section .page_title {
  margin-top: 50px;
}
.news_section .news_list li {
  margin-bottom: 25px;
}

/*# sourceMappingURL=news.css.map */
