.news-boxes {
  margin-bottom: -4rem;
}
.news-boxes .news-box {
  color: #000;
  display: block;
  margin-bottom: 4rem;
}
.news-boxes .news-box .image {
  position: relative;
  margin-bottom: 1.8rem;
}
.news-boxes .news-box .image img {
  display: block;
}
.news-boxes .news-box .image span {
  position: absolute;
  text-transform: uppercase;
  margin: 1.2rem;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 140%;
  padding: 0.3rem 0.6rem 0.1rem 0.6rem;
  bottom: 0;
  left: 0;
  background: #FFE100;
  display: inline-block;
  color: #000;
}
.news-boxes .news-box h3, .news-boxes .news-box h2 {
  font-size: 2rem;
  line-height: 120%;
  letter-spacing: -1%;
  font-weight: bold;
  margin-bottom: 1.2rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}
.news-boxes .news-box p {
  color: #515151;
  font-size: 1.5rem;
  line-height: 150%;
  letter-spacing: 1%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 1.2rem;
}
.news-boxes .news-box:hover img {
  opacity: 0.9;
}

.filtration-box + .news-boxes {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .news-boxes .news-box {
    margin-bottom: 0;
  }
  .news-boxes {
    margin-bottom: 0;
  }
  .news-boxes .row > div {
    margin-bottom: 3rem;
  }
  .news-boxes .row > div:last-child {
    margin-bottom: 0;
  }
}
.news-box figure {
  height: 215px;
  overflow: hidden;
  position: relative;
}
.news-box figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

@media (max-width: 1199px) {
  .news-box figure {
    height: 162px;
  }
}
@media (max-width: 992px) {
  .news-box figure {
    height: 119px;
  }
}
@media (max-width: 767px) {
  .news-box figure {
    height: 278px;
  }
}
@media (max-width: 576px) {
  .news-box figure {
    height: 212px;
  }
}
.news-box img {
  transition: all 0.4s ease-in-out;
}

.news-box:hover img {
  transform: scale(1.1);
}/*# sourceMappingURL=news.css.map */
