#news-container img {
  margin-bottom: 8px;
}
#news-container .news-list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#news-container .news-item {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  width: 30%;
  min-height: 400px;
  margin-bottom: 30px;
}
#news-container .news-item img {
  width: 100%;
  height: 240px;
}
#news-container .news-item .news-item__content {
  width: 100%;
}
#news-container .news-item .news-item__content-date {
  color: #6941c6;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  padding: 0px;
  margin: 0px 0px 12px 0px;
}
#news-container .news-item .news-item__content-title {
  color: #1a1a1a;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  margin: 0px;
  padding: 0px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
#news-container .news-item .news-item__content-text {
  color: #667085;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin: 12px 0px 0px 0px;
  padding: 0px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
#news-container .news-list::after {
  content: '';
  width: 30%;
}
#news-container h1 {
  margin-bottom: 5px;
  font-size: 23px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
#news-container .date {
  color: #878787;
  margin-bottom: 8px;
}
#news-container .content {
  color: #878787;
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
#news-container .content span {
  font-size: 18px!important;
}
.footer {
  position: relative!important;
}
.footer-ql {
  display: none;
}

