/*!*************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/sass-loader/dist/cjs.js!./local/templates/legal-entity-landing/components/bitrix/news.list/news_three/style.scss ***!
  \*************************************************************************************************************************************************************************************************************/
/* ------------------------ */
.b-news-three .news-three__inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5px;
}
@media (max-width: 767px) {
  .b-news-three .news-three__inner {
    grid-template-columns: repeat(1, 1fr);
  }
}
.b-news-three .news-three__inner + .news-three__all-link {
  display: flex;
  justify-content: center;
  margin: 85px auto 0;
}
.b-news-three .news-three__inner + .news-three__all-link .b-btn {
  width: 100%;
  max-width: 360px;
}
@media (max-width: 767px) {
  .b-news-three .news-three__inner + .news-three__all-link {
    margin: 50px auto 0;
  }
}
.b-news-three .news-three__item {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  min-height: 320px;
  border-radius: 20px;
  padding: 32px 24px 40px;
  background: #6601ab;
  background: linear-gradient(60deg, rgba(102, 1, 171, 0.8) 0%, rgba(255, 255, 255, 0.6) 100%);
  box-shadow: 0px 4px 4px 0px rgba(102, 1, 171, 0.4);
}
@media (max-width: 767px) {
  .b-news-three .news-three__item {
    padding: 20px;
    min-height: 250px;
  }
}
.b-news-three .news-three__item:first-child {
  background: #6601ab;
  background: linear-gradient(60deg, rgba(102, 1, 171, 0.6) 0%, rgb(255, 255, 255) 100%);
}
.b-news-three .news-three__item .b-btn {
  margin-top: auto;
  max-width: 198px;
  display: flex;
  justify-content: center;
  gap: 8px;
}
.b-news-three .news-three__item .b-btn img {
  display: block;
  width: 14px;
}
.b-news-three .news-three__logo {
  margin-bottom: 28px;
}
.b-news-three .news-three__date {
  margin-bottom: 12px;
  font-size: 16px;
  color: #fff;
}
.b-news-three .news-three__item-title {
  margin-bottom: 30px;
}
.b-news-three .news-three__item-title a {
  font-size: 18px;
  color: #290045;
}
@media (max-width: 767px) {
  .b-news-three .news-three__item-title {
    margin-bottom: 20px;
  }
  .b-news-three .news-three__item-title a {
    font-size: 16px;
  }
}
