@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Poppins:ital,wght@0,500;0,600;0,700;1,600&display=swap");
.latest-articles {
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  .latest-articles {
    margin-top: 60px;
  }
}
.latest-articles .sec-head {
  margin-bottom: 63px;
}
@media screen and (max-width: 767px) {
  .latest-articles .sec-head {
    margin-bottom: 40px;
  }
}

.pagination {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 55px;
}
.pagination p {
  font-family: "Poppins", sans-serif;
  width: 28px;
}
.pagination a {
  border-radius: 100%;
  display: -ms-grid;
  display: grid;
  height: 28px;
  place-content: center;
}
.pagination .pagination__num a {
  background: -webkit-gradient(linear, left top, left bottom, from(#5ED4A2), to(#0A794A));
  background: linear-gradient(to bottom, #5ED4A2, #0A794A);
  color: #fff;
}
.pagination .pagination__ellipses {
  display: -ms-grid;
  display: grid;
  font-size: 1.8rem;
  place-content: center;
}