h1.sectionSubtitle {
  display: block;
  color: black;
  margin: 0 auto;
  text-align: center;
  height: 40px;
  line-height: 40px;
  margin-bottom: -30px;
  font-size: 20px;
}

.newsCategory {
  position: relative;
  font-size: 14px;
  color: #a2122e;
  width: 100%;
  height: 25px;
  line-height: 25px;
  margin: 10px auto;
  margin-top: 0px;
  margin-left: 5px;
  font-style: italic;
  font-weight: 500;
  margin-bottom: 0px;
  margin-top: 0px;
}

.newsCategories .newsCategory.inArticle:first-child {
  margin-left: 0px;
}

.newsImage {
  position: relative;
  background-size: cover;
  width: 100%;
  height: auto !important;
  object-position: center;
}

.newsTitle {
  position: relative;
  width: 100%;
  height: auto;
  line-height: 24px;
  font-size: 20px;
  font-weight: 500;
  overflow: hidden;
  margin: 10px auto;
  color: black;
  font-weight: 700;
}

.newsTags {
  height: auto;
  margin-bottom: 5px;
}

.newsTags .tag {
  position: relative;
  font-size: 14px;
  color: #a2122e;
  width: 100%;
  height: 25px;
  margin: 10px auto;
  line-height: 20px;
  margin-top: 0px;
  margin-left: 0;
  font-style: italic;
  font-weight: 500;
  margin-bottom: 5px;
  margin-top: 5px;
  margin-right: 1%;
  height: auto;
}

.newsSummary {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  color: black;
  margin: 15px auto;
  margin-top: 0px;
  line-height: 18px;
  font-style: normal;
}

.threeLines {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.newsSummary {
  margin-top: 30px;
}

.news .newsSummary {
  font-size: 18px !important;
}

@media screen and (max-width: 1100px) {
  .articleRow {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .filter {
    width: 90%;
  }
}
