@font-face {
  font-family: "Mulish";
  src: url("/assets/fonts/Mulish-Regular.woff") format("woff");
  font-weight: 400;
}
@font-face {
  font-family: "Mulish";
  src: url("/assets/fonts/Mulish-SemiBold.woff") format("woff");
  font-weight: 600;
}
@font-face {
  font-family: "Mulish";
  src: url("/assets/fonts/Mulish-Bold.woff") format("woff");
  font-weight: 700;
}
.news-card {
  max-width: 370px;
  width: 100%;
  height: 411px;
  border-radius: 8px 32px 8px 32px;
  border: 1px;
  background: #ffffff;
  border: 1px solid #dee3ed;
  cursor: pointer;
}
.news-card img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 231px;
  border-radius: 8px 32px 0px 0px;
}
.news-card .news-card-bottom {
  width: 100%;
  height: 180px;
  padding: 24px;
  gap: 16px;
}
.news-card .news-card-bottom .news-card-bottom-date {
  height: 22px;
  opacity: 0.75;
  font-family: "Mulish", sans-serif !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 22px !important;
  color: #222943;
}
.news-card .news-card-bottom .news-card-bottom-text {
  height: 56px;
  font-family: "Mulish", sans-serif !important;
  font-size: 20px !important;
  font-weight: 600 !important;
  line-height: 28px !important;
  color: #222943;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0;
}
.news-card .news-card-bottom a.news-card-bottom-detail {
  width: 46px;
  height: 22px;
  font-family: "Mulish", sans-serif !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 22px !important;
  color: #049ead;
  text-decoration: none;
  align-self: flex-end;
}/*# sourceMappingURL=news.css.map */