.card.news a img {
  height: 15vh;
  object-fit: cover;
}

.card.news {
  background: #f0f7fd;
  border: none;
}

.card.news h3 {
  color: #00437e;
  font-size: 22px;
  font-weight: 700;
}

.card.news .card-body p.content {
  font-size: 14px;
  text-transform: none;
  font-weight: 400;
  color: #00437e;
}

.card.news .card-body p {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
}

.card.news .card-body a {
  float: right;
  text-decoration: none;
}

.card.news .read-more-link {
  display: block;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  text-align: right;
  color: #00437e;
  font-size: 14px;
}

.card.news .read-more-link:hover {
  color: #6fc8f1;
}

.card.news .read-more-link:hover svg {
  transform: translateX(8px) scale(1.1);
}

.card.news .read-more-link svg path {
  fill: currentColor;
  transition: fill 0.4s ease-in-out;
}

.card.news.read-more-link svg {
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.card.news .read-more-link:hover svg {
  transform: translateX(8px) scale(1.1);
}

nav.news-pagination {
  box-shadow: none;
  position: unset !important;
}

nav.news-pagination .page-item:first-child a {
  background: #00437e;
  border: none;
  padding: 15px !important;
  border-radius: var(--bs-border-radius) !important;
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
  color: #ffffff !important;
  font-weight: bold !important;
  width: auto;
}

nav.news-pagination .page-item:last-child a {
  background: #00437e;
  border: none;
  padding: 15px !important;
  border-radius: var(--bs-border-radius) !important;
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
  color: #ffffff !important;
  font-weight: bold !important;
  width: auto;
}

nav.news-pagination .page-item a, nav.news-pagination .page-link.dots {
  border-radius: 0px;
  background: #f0f7fd;
  padding: 15px !important;
  font-weight: bold !important;
  width: 50px;
  color: #00437e !important;
  text-align: center;
  height: 50px;
  margin-left: 5px !important;
  border: none;
}

nav.news-pagination .page-link.current {
  border-radius: 0px;
  background: #00437e;
  padding: 15px !important;
  font-weight: bold !important;
  width: 50px;
  color: #ffffff !important;
  text-align: center;
  height: 50px;
  margin-left: 5px !important;
  border: none;
}

nav.news-pagination .page-item a:hover {
  text-decoration: none !important;
}

/*# sourceMappingURL=news-page.css.map */
