.news-title {
  margin-top: 20px;
  color: #004587;
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 23px;
  margin-top: 24px;
}
@media (min-width: 1200px) {
  .news-title {
    font-size: 32px;
    line-height: 37px;
    margin-top: 40px;
  }
}.news-card-group {
  margin-top: 20px;
}
@media (min-width: 1200px) {
  .news-card-group {
    margin-top: 24px;
  }
}
.news-card-group-list {
  margin-bottom: 0px;
}
@media (min-width: 1200px) {
  .news-card-group-list {
    margin-bottom: 87px;
  }
}
@media (min-width: 1200px) {
  .news-card-group-list-item {
    margin-bottom: 30px;
  }
}
.news-card-group-list-item-wrapper {
  margin-bottom: 24px;
}
@media (min-width: 1200px) {
  .news-card-group-list-item-wrapper {
    max-width: 360px;
  }
}
.news-card-group-list-item-wrapper-card {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 2px 12px;
  background: rgb(255, 255, 255);
  border-radius: 8px;
  font-size: 14px;
  position: relative;
  padding: 0px;
  transition: all 0.3s ease 0s;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .news-card-group-list-item-wrapper-card {
    max-width: 360px;
  }
}
.news-card-group-list-item-wrapper-card-img {
  width: 100%;
}
@media (min-width: 1200px) {
  .news-card-group-list-item-wrapper-card-img {
    max-width: 360px;
  }
}
.news-card-group-list-item-wrapper-card-content-wrapper {
  padding: 0px 24px 20px;
}
.news-card-group-list-item-wrapper-card-content-wrapper .description-wrapper {
  max-height: 260px;
  font-family: Ubuntu;
}
.news-card-group-list-item-wrapper-card-content-wrapper .description-wrapper .date {
  color: rgb(74, 74, 74);
  font-family: Ubuntu;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  margin-top: 16px;
}
.news-card-group-list-item-wrapper-card-content-wrapper .description-wrapper .header {
  color: rgb(0, 69, 135);
  font-family: Ubuntu;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  margin-top: 12px;
}
.news-card-group-list-item-wrapper-card-content-wrapper .description-wrapper .description {
  color: rgb(74, 74, 74);
  font-family: Ubuntu;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  margin-top: 10px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  display: -webkit-box;
  overflow: hidden;
}
.news-card-group-list-item-wrapper-card-content-wrapper .link-wrapper .link-item {
  color: rgb(0, 69, 135);
  font-family: Ubuntu;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  cursor: pointer;
  text-decoration: underline;
}