.news {
  margin-bottom: calc(20px + 20 * ((100vw - 425px) / 1075));
}
.news__title {
  margin-top: calc(25px + 25 * ((100vw - 425px) / 1075));
  margin-bottom: calc(15px + 25 * ((100vw - 425px) / 1075));
  font-size: calc(24px + 14 * ((100vw - 425px) / 1075));
}
.news__item {
  background: #FFF;
  max-width: 800px;
  display: grid;
  grid-template-columns: 1fr 2fr;
  margin-bottom: 20px;
  -webkit-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.6);
          box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.6);
}
.news__item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px;
}
.news__item-text {
  margin: 10px 0;
}
.news__item-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: calc(9px + 3 * ((100vw - 425px) / 1075));
}
.news__item-img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}/*# sourceMappingURL=news.css.map */