.news {
  padding: 60px 0;
}
@media (max-width: 1300px) {
  .news {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.news .top-bar {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}
.news .top-bar .news-title {
  color: #ffffff;
  font-size: 28px;
  line-height: 115px;
  letter-spacing: 0;
  font-weight: bold;
  margin: 0;
}
@media (max-width: 640px) {
  .news .top-bar .news-title {
    font-size: 22px;
  }
}
@media (max-width: 640px) {
  .news .top-bar .view-all {
    width: 130px;
    height: 48px;
  }
}
.news .news-items {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 20px;
}
.news .news-items .article {
  width: calc((100% - 40px) / 3);
}
@media (max-width: 991px) {
  .news .news-items .article {
    width: calc((100% - 20px) / 2);
  }
}
@media (max-width: 650px) {
  .news .news-items .article {
    width: calc((100% - 0px) / 1);
  }
}
.news .news-items .article {
  height: 290px;
  border: 1px solid #417395;
  border-radius: 12px;
  position: relative;
}
.news .news-items .article img {
  object-fit: cover;
  height: 100%;
  border-radius: 12px;
  width: 100%;
}
.news .news-items .article .overlay {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(17, 48, 69, 0.9) 100%);
  position: absolute;
  display: flex;
  width: 100%;
  height: 100%;
  top: 0;
  border-radius: 12px;
  align-items: flex-end;
  padding: 24px;
  flex-wrap: wrap;
  align-content: flex-end;
}
.news .news-items .article .article-title {
  font-size: 16px;
  color: #ffffff;
  font-weight: 400;
  line-height: 150%;
  width: 100%;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  text-transform: uppercase;
}
.news .news-items .article .time {
  color: #9CB4C5;
  font-size: 16px;
  font-weight: 400;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.news .news-items .article .news-cats {
  position: absolute;
  top: 24px;
  left: 24px;
  display: flex;
  gap: 5px;
}
.news .news-items .article .news-cats .cat {
  color: #ffffff;
  font-size: 14px;
  line-height: 100%;
  font-weight: 400;
  text-transform: uppercase;
  padding-left: 12px;
  padding-right: 12px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
}

/*# sourceMappingURL=vc_news.css.map */
