.industry-news {
  position: relative;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.industry-news.indent {
  padding-bottom: 5rem;
}

.industry-news_top .bx:last-child {
  display: none;
}

.industry-news_block {
  padding-top: 2.5rem;
  display: none;
}

.industry-news_block .d-flex {
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
}

.industry-news_block .bx {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
  max-width: 40%;
}

.industry-news_block .bx:first-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%;
  max-width: 60%;
}

.industry-news_block .bx-fl {
  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;
  height: 100%;
  row-gap: 1.25rem;
}

.industry-news_block .cart-poster .image {
  height: 200px;
}

.industry-news_link {
  padding-top: 1.875rem;
}

.industry-news_box {
  padding-top: 2.5rem;
}

.industry-news_slider {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}

.industry-news_slider .item {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

@media (min-width: 768px) {
  .industry-news {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .industry-news.indent {
    padding-bottom: 10rem;
  }
  .industry-news_block {
    display: block;
  }
  .industry-news_box {
    display: none;
  }
}

@media (min-width: 992px) {
  .industry-news_top .bx:last-child {
    display: block;
  }
  .industry-news_link {
    display: none;
  }
}

@media (min-width: 1200px) {
  .industry-news_block .bx {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 26%;
            flex: 0 0 26%;
    max-width: 26%;
  }
  .industry-news_block .bx:first-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 74%;
            flex: 0 0 74%;
    max-width: 74%;
  }
}
/*# sourceMappingURL=industry-news.css.map */