.news-article {
  padding-bottom: 40px;
}

@media screen and (max-width: 1200px) {
  .news-article {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.news-article__wrapper {
  border-radius: 4px;
  padding: 40px;
  background-color: #fff;
}

.news-article__wrapper .gb {
  margin-bottom: 30px;
}

@media screen and (max-width: 1200px) {
  .news-article__wrapper .gb {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 1200px) {
  .news-article__wrapper {
    padding: 30px;
  }
}

@media screen and (max-width: 576px) {
  .news-article__wrapper {
    padding: 15px;
  }
}

.news-article__hat .share {
  display: none;
}

@media screen and (max-width: 768px) {
  .news-article__hat {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 20px;
  }
  .news-article__hat .heading {
    margin-right: 20px;
  }
  .news-article__hat .share {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}

.news-article__heading {
  margin-bottom: 30px;
  max-width: 850px;
}

@media screen and (max-width: 768px) {
  .news-article__heading {
    margin-bottom: 0;
    margin-right: 15px;
  }
}

.news-article__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media screen and (max-width: 768px) {
  .news-article__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.news-article__left {
  margin-right: 130px;
}

.news-article__left .date {
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .news-article__left {
    margin-bottom: 20px;
  }
  .news-article__left .share {
    display: none;
  }
  .news-article__left .date {
    margin-bottom: 0;
  }
}

.news-article__right {
  max-width: 550px;
  width: 100%;
  font-size: 1rem;
}

.news-article__right .gb {
  margin-left: auto;
}

@media screen and (max-width: 768px) {
  .news-article__right {
    font-size: 1.166666666666667rem;
  }
}

.news-article__right > * {
  font-size: inherit;
}

.news-article__right > *:not(:last-child) {
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .news-article__right > *:not(:last-child) {
    margin-bottom: 15px;
  }
}

.news-article__right b {
  font-weight: 400;
}

.news-article__right > img {
  display: block;
  margin-bottom: 30px !important;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .news-article__right > img {
    margin-bottom: 20px !important;
  }
}
