.share_buttons {
  margin-top: 25px;
  height: 35px;
}

.section_title {
  color: #292929;
}

.news_date {
  font-size: 140%;
  line-height: 19px;
  margin-top: 5px;
  color: #292929;
  opacity: 0.5;
}

.section_title + .news_image {
  margin-top: 45px;
}

.news_image {
  margin-top: 5px;
  position: relative;
}
.news_image img {
  width: 100% !important;
  height: auto !important;
}
.news_image .gallery_button {
  position: absolute;
  right: 14px;
  top: 8px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.8);
  z-index: 2;
  min-width: 115px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 120%;
  line-height: 16px;
  color: #292929;
  padding: 0 20px;
}
.news_image .gallery_button:hover {
  background: #ffffff;
  color: #f1621e;
}
.news_image .gallery_button:before {
  display: block;
  font-size: 150%;
  margin-right: 5px;
}

.news_text {
  margin: 30px 0;
}

.news_subtitle {
  font-size: 220%;
  line-height: 30px;
  font-family: "bold";
  color: #292929;
  margin: 40px 0;
}

@media (max-width: 1199px) {
  .news_subtitle {
    font-size: 200%;
    line-height: 27px;
    margin: 30px 0;
  }
}
@media (max-width: 991px) {
  .section_title + .news_image {
    margin-top: 30px;
  }
}
@media (max-width: 575px) {
  .news_image .gallery_button {
    height: 30px;
    border-radius: 15px;
    padding: 0 15px;
    min-width: 90px;
  }

  .news_subtitle {
    font-size: 180%;
    line-height: 24px;
  }
}
.news_image .gallery_button {
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/*# sourceMappingURL=newsinner.css.map */
