.news {
  position: relative;
  padding-block: 40px;
}
@media (min-width: 768px) {
  .news {
    padding-block: 70px;
  }
}
@media (min-width: 1200px) {
  .news {
    padding-block: 100px;
  }
}
.news::before {
  width: 100%;
  height: 50%;
  content: "";
  position: absolute;
  background: linear-gradient(to bottom, #d2dde7, transparent);
  top: 0;
  left: 0;
  z-index: -1;
}
.news__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 35px;
  flex-wrap: wrap;
  -moz-column-gap: 40px;
       column-gap: 40px;
  row-gap: 30px;
}
@media (max-width: 576px) {
  .news__top .btn {
    margin: 0 auto;
  }
}
.news__title {
  font-style: normal;
  font-weight: 400;
  font-size: 2.25rem;
  line-height: 3rem;
}
@media (max-width: 992px) {
  .news__title {
    font-size: 1.95rem;
  }
}
.news article {
  display: initial;
}
.news .card_blog {
  height: 100%;
}/*# sourceMappingURL=news.css.map */