section {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 300;
}

section {
  padding: 30px 20px;
}

a.news-items-details {
  text-decoration: none;
  padding: 10px 0;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 10px;
  border-bottom: 1px dashed #D2D2D2;
}

a p {
  font-size: 14px;
  line-height: 21px;
  color: #FFB4B4;
}

a h3 {
  font-size: 16px;
  line-height: 24px;
  color: #333333;
  font-weight: 300;
}

a p,
a h3 {
  margin: 0;
  padding: 0;
  line-height: 1;
}

.custom-pagination {
  margin-top: 47px;
  margin-bottom: 47px;
}

ul.page-numbers {
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 3px;
  align-items: center;
}

ul.page-numbers li {
  font-size: 16px;
  line-height: 24px;
  padding: 9px 13px;
}

ul.page-numbers li::before {
  content: none;
}

ul.page-numbers li:has(span.current) {
  background-color: #D8F6DF;
}

ul.page-numbers li {
  font-size: 16px;
  line-height: 24px;
}

ul.page-numbers a {
  text-decoration: none;
}

i.bi {
  color: #7EE897;
  font-weight: 500 !important;
}

#main_col {
  background: #FEFFF9;
}