.news-updates {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 120px 0px;
}
@media (min-width: 0px) and (max-width: 479.98px) {
  .news-updates {
    margin: 60px 0px;
  }
}
@media (min-width: 480px) and (max-width: 575.98px) {
  .news-updates {
    margin: 60px 0px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .news-updates {
    margin: 80px 0px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .news-updates {
    margin: 80px 0px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .news-updates {
    margin: 100px 0px;
  }
}
@media (min-width: 1200px) {
  .news-updates {
    margin: 120px 0px;
  }
}
.news-updates__right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -999;
}
@media (min-width: 0px) and (max-width: 991.98px) {
  .news-updates__right {
    display: none;
  }
}
.news-updates__right--sm {
  width: 112px;
  height: 16px;
  background: #1AC0F2;
  border-radius: 20px 0px 0px 20px;
  margin-bottom: 20px;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .news-updates__right--sm {
    width: 54px;
    height: 8px;
  }
}
.news-updates__right--lg {
  background: #F09221;
  border-radius: 160px 0px 0px 0px;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .news-updates__right--lg {
    width: 181px;
    height: 162px;
    border-radius: 120px 0px 0px 0px;
  }
}
@media (min-width: 1200px) {
  .news-updates__right--lg {
    width: 280px;
    height: 250px;
  }
}
@media (min-width: 1920px) {
  .news-updates__right--lg {
    width: 388px;
    height: 298px;
  }
}
.news-updates__header {
  margin-bottom: 40px;
}
@media (min-width: 0px) and (max-width: 991.98px) {
  .news-updates__header {
    margin-bottom: 32px;
  }
}
.news-updates__header--title {
  font-family: "Figtree", sans-serif;
  font-style: normal;
  font-weight: 800;
  text-align: center;
  color: #004A85;
  margin-bottom: 16px;
}
@media (min-width: 0px) and (max-width: 479.98px) {
  .news-updates__header--title {
    font-size: 36px;
    line-height: 44px;
  }
}
@media (min-width: 480px) and (max-width: 767.98px) {
  .news-updates__header--title {
    font-size: 40px;
    line-height: 48px;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .news-updates__header--title {
    font-size: 44px;
    line-height: 48px;
  }
}
@media (min-width: 1200px) {
  .news-updates__header--title {
    font-size: 52px;
    line-height: 56px;
  }
}
.news-updates__header--description {
  font-family: "Figtree", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #001321;
  margin: 0;
}
@media (min-width: 0px) and (max-width: 479.98px) {
  .news-updates__header--description {
    font-size: 16px;
    line-height: 24px;
  }
  .news-updates__header--description br {
    display: none;
  }
}
@media (min-width: 480px) and (max-width: 767.98px) {
  .news-updates__header--description {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .news-updates__header--description {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (min-width: 1200px) {
  .news-updates__header--description {
    font-size: 20px;
    line-height: 24px;
  }
}
.news-updates__title {
  font-family: "Figtree", sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 44px;
  line-height: 48px;
  color: #004A85;
  margin-bottom: 24px;
}
.news-updates__title:first-child {
  text-align: left;
}
@media (min-width: 0px) and (max-width: 479.98px) {
  .news-updates__title {
    font-size: 28px;
    line-height: 36px;
    width: 100%;
  }
}
@media (min-width: 480px) and (max-width: 575.98px) {
  .news-updates__title {
    font-size: 32px;
    line-height: 40px;
    width: 100%;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .news-updates__title {
    font-size: 36px;
    line-height: 44px;
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .news-updates__title {
    font-size: 40px;
    line-height: 48px;
    width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .news-updates__title {
    font-size: 40px;
    line-height: 48px;
  }
}
@media (min-width: 1200px) {
  .news-updates__title {
    font-size: 44px;
    line-height: 48px;
  }
}
@media (min-width: 0px) and (max-width: 1199.98px) {
  .news-updates__title {
    margin-bottom: 16px !important;
  }
}
.news-updates__date {
  font-family: "Figtree", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #004A85;
  margin: 0;
}
.news-updates__img {
  background: linear-gradient(0deg, #9747FF, #9747FF);
  border-radius: 20px;
  margin-top: 40px;
  margin-bottom: 16px;
  object-fit: cover;
  object-position: center center;
}
@media (min-width: 0px) and (max-width: 479.98px) {
  .news-updates__img {
    width: 100%;
    height: 300px;
    border-radius: 0;
  }
}
@media (min-width: 480px) and (max-width: 575.98px) {
  .news-updates__img {
    width: 100%;
    height: 300px;
    border-radius: 0;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .news-updates__img {
    width: 100%;
    height: 320px;
    border-radius: 0;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .news-updates__img {
    width: 628px;
    height: 380px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .news-updates__img {
    width: 676px;
    height: 420px;
  }
}
@media (min-width: 1200px) and (max-width: 1439.98px) {
  .news-updates__img {
    width: 884px;
    height: 504px;
  }
}
@media (min-width: 1440px) {
  .news-updates__img {
    width: 1080px;
    height: 584px;
  }
}
@media (min-width: 1920px) {
  .news-updates__img {
    width: 1480px;
    height: 620px;
  }
}
.news-updates__content {
  font-family: "Figtree", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 28px;
  color: #001321;
  margin-bottom: 40;
}
.news-updates__content:last-child {
  margin-bottom: 0;
}
@media (min-width: 0px) and (max-width: 479.98px) {
  .news-updates__content {
    width: 240px;
  }
}
@media (min-width: 480px) and (max-width: 575.98px) {
  .news-updates__content {
    width: 400px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .news-updates__content {
    width: 496px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .news-updates__content {
    width: 628px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .news-updates__content {
    width: 676px;
  }
}
@media (min-width: 1200px) and (max-width: 1439.98px) {
  .news-updates__content {
    width: 884px;
  }
}
@media (min-width: 1440px) {
  .news-updates__content {
    width: 1080px;
  }
}
@media (min-width: 1920px) {
  .news-updates__content {
    width: 1480px;
  }
}
@media (min-width: 0px) and (max-width: 1199.98px) {
  .news-updates__content {
    font-size: 16px !important;
    line-height: 24px !important;
  }
}
.news-updates__link {
  text-decoration: none !important;
}
@media (min-width: 0px) and (max-width: 479.98px) {
  .news-updates__container {
    width: 240px;
  }
}
@media (min-width: 480px) and (max-width: 575.98px) {
  .news-updates__container {
    width: 400px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .news-updates__container {
    width: 496px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .news-updates__container {
    width: 631px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .news-updates__container {
    width: 852px;
  }
}
@media (min-width: 1200px) and (max-width: 1439.98px) {
  .news-updates__container {
    width: 1060px;
  }
}
@media (min-width: 1440px) {
  .news-updates__container {
    width: 1264px;
  }
}
@media (min-width: 1920px) {
  .news-updates__container {
    width: 1370px;
  }
}
.news-updates__cards-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 28px;
}
@media (min-width: 0px) and (max-width: 479.98px) {
  .news-updates__cards-container {
    width: 240px;
  }
}
@media (min-width: 480px) and (max-width: 575.98px) {
  .news-updates__cards-container {
    width: 400px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .news-updates__cards-container {
    width: 496px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .news-updates__cards-container {
    width: 631px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .news-updates__cards-container {
    width: 852px;
  }
}
@media (min-width: 1200px) and (max-width: 1439.98px) {
  .news-updates__cards-container {
    width: 1060px;
  }
}
@media (min-width: 1440px) {
  .news-updates__cards-container {
    width: 1264px;
  }
}
@media (min-width: 1920px) {
  .news-updates__cards-container {
    width: 1370px;
  }
}
.news-updates__card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 353px;
  background: #FFFFFF;
  border-radius: 20px;
  position: relative;
  filter: drop-shadow(0px 2px 10px rgba(33, 33, 33, 0.1));
  margin: 0 !important;
}
.news-updates__card:last-child {
  margin: 0 !important;
}
@media (min-width: 0px) and (max-width: 479.98px) {
  .news-updates__card {
    width: 240px;
    margin-bottom: 20px;
  }
}
@media (min-width: 480px) and (max-width: 575.98px) {
  .news-updates__card {
    width: 400px;
    flex-direction: row;
    margin-bottom: 20px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .news-updates__card {
    width: 496px;
    flex-direction: row;
    margin-bottom: 24px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .news-updates__card {
    width: 628px;
    flex-direction: row;
    margin-bottom: 24px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .news-updates__card {
    width: 265.33px;
  }
}
@media (min-width: 1200px) and (max-width: 1439.98px) {
  .news-updates__card {
    width: 334px;
  }
}
@media (min-width: 992px) {
  .news-updates__card {
    margin-right: 28px;
  }
}
@media (min-width: 1920px) {
  .news-updates__card {
    width: 438px;
  }
}
.news-updates__card-top {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 52px 40px;
  width: 100%;
}
@media (min-width: 0px) and (max-width: 479.98px) {
  .news-updates__card-top {
    padding: 24px;
  }
}
@media (min-width: 480px) and (max-width: 575.98px) {
  .news-updates__card-top {
    padding: 36px 24px;
    height: 268px;
    width: 200px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .news-updates__card-top {
    padding: 56px 24px;
    width: 248px;
    height: 268px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .news-updates__card-top {
    padding: 56px 24px;
    width: 314px;
    height: 268px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .news-updates__card-top {
    padding: 24px;
  }
}
.news-updates__card-top--date {
  font-family: "Figtree", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  color: #001321;
  text-transform: uppercase;
  margin-bottom: 16px;
}
@media (min-width: 1920px) {
  .news-updates__card-top--date {
    font-size: 16px;
    line-height: 24px;
  }
}
.news-updates__card-top--title {
  font-family: "Figtree", sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  line-height: 32px;
  color: #001321;
  margin: 0 0 16px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (min-width: 0px) and (max-width: 575.98px) {
  .news-updates__card-top--title {
    font-size: 20px;
    line-height: 24px;
    min-height: 48px;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .news-updates__card-top--title {
    font-size: 22px;
    line-height: 28px;
    min-height: 56px;
  }
}
@media (min-width: 992px) {
  .news-updates__card-top--title {
    min-height: 64px;
  }
}
@media (min-width: 1920px) {
  .news-updates__card-top--title {
    font-size: 28px;
    line-height: 36px;
    min-height: 72px;
  }
}
.news-updates__card-top--description {
  font-family: "Figtree";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #001321;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (min-width: 1920px) {
  .news-updates__card-top--description {
    font-size: 18px;
    line-height: 28px;
  }
}
.news-updates__card-arrow {
  border-top: 20px solid #FFFFFF;
  border-left: 16.5px solid transparent;
  border-right: 16.5px solid transparent;
  margin-left: 22px;
  width: 0;
  height: 0;
  z-index: 1;
}
@media (min-width: 480px) and (max-width: 991.98px) {
  .news-updates__card-arrow {
    display: none;
  }
}
.news-updates__card-img {
  margin-top: -20px;
  width: 353.33px;
  height: 240px;
  background: linear-gradient(0deg, #9747FF, #9747FF);
  border-radius: 0px 0px 20px 20px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  object-fit: cover;
  object-position: center center;
}
@media (min-width: 0px) and (max-width: 479.98px) {
  .news-updates__card-img {
    width: 240px;
    height: 200px;
  }
}
@media (min-width: 480px) and (max-width: 575.98px) {
  .news-updates__card-img {
    width: 200px;
    height: 268px;
    margin: 0;
    border-radius: 0px 20px 20px 0px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .news-updates__card-img {
    width: 248px;
    height: 268px;
    margin: 0;
    border-radius: 0px 20px 20px 0px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .news-updates__card-img {
    width: 314px;
    height: 268px;
    margin: 0;
    border-radius: 0px 20px 20px 0px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .news-updates__card-img {
    width: 265.33px;
    height: 200px;
  }
}
@media (min-width: 1200px) and (max-width: 1439.98px) {
  .news-updates__card-img {
    width: 334px;
  }
}
@media (min-width: 1920px) {
  .news-updates__card-img {
    width: 438px;
  }
}
.news-updates__pagination {
  align-items: center;
  display: flex;
  margin: 60px 0;
  justify-content: center;
}
.news-updates__pagination a {
  margin: 0 4px;
  color: #333;
  position: relative;
  font-size: 1.25rem;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
  padding: 8px 16px;
  border: 1px solid #1AC0F2;
  border-radius: 50%;
  text-align: center;
  background-color: #fff;
  margin-right: 8px;
}
.news-updates__pagination a svg {
  justify-content: center;
  align-items: center;
  padding: 4px 0px;
}
.news-updates__pagination a:hover {
  color: #fff;
  background-color: #1AC0F2;
}
.news-updates__pagination .current {
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
  padding: 8px 16px;
  border-radius: 50%;
  text-align: center;
  background-color: #1AC0F2;
  margin-right: 8px;
  margin: 0 4px;
  color: #fff;
  position: relative;
  font-size: 1.25rem;
  border: 1px solid #1AC0F2;
  cursor: pointer;
}
.news-updates__pagination .prev {
  background: #FFFFFF;
  border: 1px solid #1AC0F2;
  color: #004A85;
}
.news-updates__pagination .prev:hover {
  color: #fff;
  background-color: #1AC0F2;
}
.news-updates__pagination .next {
  background: #FFFFFF;
  border: 1px solid #1AC0F2;
  color: #004A85;
}
.news-updates__pagination .next:hover {
  color: #fff;
  background-color: #1AC0F2;
}

.page-numbers {
  height: 44px !important;
  width: 44px !important;
  padding: 20px;
  border-radius: 100%;
  font-family: "Figtree", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  color: #004A85;
}
