.news {
  padding: 80px 0;
  position: relative;
  z-index: 2;
}
@media (max-width: 767.98px) {
  .news {
    padding: 60px 0;
  }
}
.news .news-intro {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 60px;
}
@media (max-width: 767.98px) {
  .news .news-intro {
    font-size: 14px;
    margin-bottom: 40px;
  }
}
.news .news-illustration {
  position: absolute;
  top: 40px;
  right: 40px;
  z-index: 0;
}
.news .news-illustration img {
  width: 180px;
  height: auto;
  opacity: 0.25;
}
@media (max-width: 991.98px) {
  .news .news-illustration {
    width: 150px;
    top: 30px;
    right: 30px;
  }
}
@media (max-width: 767.98px) {
  .news .news-illustration {
    display: none;
  }
}
.news .news-card {
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767.98px) {
  .news .news-card {
    margin-bottom: 20px;
  }
}
.news .news-card-image {
  border-radius: 50px;
  overflow: hidden;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.08);
}
@media (max-width: 767.98px) {
  .news .news-card-image {
    border-radius: 20px;
  }
}
.news .news-card-image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 403/267;
  transition: transform 0.3s ease;
}
.news .news-card-image img:hover {
  transform: scale(1.1);
}
.news .date-category {
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 20px 20px 10px 20px;
  line-height: 1;
}
@media (max-width: 767.98px) {
  .news .date-category {
    padding: 10px 0;
  }
}
.news .date-category .news-date {
  font-size: 0.9em;
  font-weight: 600;
  opacity: 0.7;
}
.news .date-category .news-category {
  display: inline-block;
  font-size: 12px;
  background-color: #3bb687;
  padding: 5px 14px;
  border-radius: 15px;
  font-weight: 500;
  color: #fff;
}
@media (max-width: 767.98px) {
  .news .date-category .news-category {
    font-size: 10px;
    padding: 3px 8px;
    border-radius: 10px;
  }
}
.news .news-title {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
  flex-grow: 1;
  padding: 0 20px;
}
@media (max-width: 767.98px) {
  .news .news-title {
    font-size: 14px;
    line-height: 1.5;
    padding: 0;
  }
}

.sw-pagenavi {
  padding: 3em 0 2em;
}
.sw-pagenavi * {
  border: none !important;
}
.sw-pagenavi a {
  text-decoration: none;
  color: #333333;
}
.sw-pagenavi .wp-pagenavi {
  align-items: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}
.sw-pagenavi .wp-pagenavi a.page,
.sw-pagenavi .wp-pagenavi span.current {
  display: block;
  background: rgba(16, 43, 92, 0.3);
  color: #102b5c;
  border-radius: 50%;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  width: 40px;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.sw-pagenavi .current {
  background: #102b5c !important;
  color: #fff !important;
}
.sw-pagenavi .pages {
  color: #102b5c !important;
}
.sw-pagenavi .extend {
  color: #102b5c !important;
}
.sw-pagenavi .nextpostslink,
.sw-pagenavi .previouspostslink,
.sw-pagenavi .first,
.sw-pagenavi .last {
  color: #102b5c !important;
  font-size: 1em;
}
.sw-pagenavi span.pages {
  margin-right: 2em;
}/*# sourceMappingURL=news.css.map */