a {
  text-decoration: none;
}

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  /* line-clamp: 2; */
  -webkit-box-orient: vertical;
}

.navigation-section {
  display: flex;
  flex-direction: column;
  padding: 24px 16px;
  gap: 24px;
}

.news-container {
  width: 100%;
  /* padding: 0px 16px;
  display: flex;
  gap: 16px; */

  /*padding: 0px 16px 48px 16px;*/
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 16px;

  /* flex-shrink: 0;
  flex-wrap: wrap; */
}
.desc {
  display: none;
  width: 100%;
  padding: 20px;
}

.desc a {
  display: flex;
}


.card-img-top {
  object-fit: cover;
  width: 100%;
  height: 246px;
}

.card-body-news {
  display: flex;
  flex-direction: column;
  gap: 4px !important;
  padding: 24px 24px 40px 24px !important;
}

.card-title-news {
  color: var(--gray-text-strong, #2c3059) !important;

  /* Desktop/H4 — Bold; */
  font-family: "InterBold" !important;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  text-align: left;
}

.card-title-news p {
	font-family: "InterBold" !important;
}

.card-text-news {
  color: var(--gray-text-strong, #2c3059) !important;

  /* Body/Body — Regular; */
  font-family: "Inter";
  font-size: 16px;
  font-weight: 400;
  line-height: 25.6px;
  text-align: left;
}

.card:first-child .card-footnote {
  color: var(--gray-text-strong, #2c3059) !important;

  /* Small/Small — Regular; */
  font-family: "Inter";
  font-size: 14px;
  font-weight: 400;
  line-height: 22.4px;
  text-align: left;
}

.card-footnote {
  color: var(--gray-text-strong, #2c3059) !important;

  /* Small/Small — Regular; */
  font-family: "Inter";
  font-size: 12px;
  font-weight: 400;
  line-height: 22.4px;
  text-align: left;
}

/* pagination */
.pagination ul {
  width: 100%;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  background: #fff;
  padding: 8px;
  border-radius: 50px;

  justify-content: center;
  align-items: center;
}

.pagination ul li {
  list-style: none;
  line-height: 45px;
  cursor: pointer;
  user-select: none;
  transition: all 0.3s ease;
}

.pagination ul li.numb.first {
  margin: 0px 3px 0 -5px;
}

.pagination ul li.numb.last {
  margin: 0px -5px 0 3px;
}

.pagination ul {
  /* Body1/Body 1 — Medium; */
  font-family: "Inter";
  font-size: 12px;
  font-weight: 400;
  line-height: 19.69px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.pagination ul li.numb {
  list-style: none;
  height: 40px;
  width: 40px;
  margin: 0 3px;
  line-height: 45px;
  border-radius: 100px;

  display: flex;
  justify-content: center;
  align-items: center;

  /* padding: 2px 0px; */
  border: 1px;
}

.pagination ul li.dots {
  font-size: 12px;
  cursor: default;
}

.pagination ul li.btn {
  width: 40px;
  height: 40px;
  padding: 0 20px;
  border-radius: 40px;
  border: 1px solid var(--gray-stroke, #dfe0eb);

  display: flex;
  align-items: center;
}

.pagination ul li.btn svg {
  width: 5px;
}

.pagination ul li.btn:first-child {
  margin-right: 4px;
}

.pagination ul li.btn:last-child {
  margin-left: 4px;
}

.pagination li.active,
.pagination ul li.numb:hover {
  color: #fff;
  background: var(--primary-surface-strong, #684b9b);
}

.rop-news-container, .news-container {
    padding: 24px 0px 48px 0px;
}

.rop-news-container .card, .news-container .card {
    padding: 0;
    box-shadow: 0px 16px 40px 0px #1018280F;
}

.rop-news-container .card h4 , 
.rop-news-container .card p {
    margin: 0;
}

.rop-news-container .card .card-footnote {
    font-family: "Inter";
    font-weight: 400;
    font-size: 12px;
    line-height: 160%;
    letter-spacing: 0px;
	color: var(--gray-text, #6A6D87) !important;
}

.rop-newsletter-title {
    display: flex;
    align-items: center;
    gap: 8px;
}

/*
.rop-newsletter-title::after {
    content: "";
    background: no-repeat center center;
  	background-size: contain;
  	display: inline-flex;
  	margin-right: 10px;
  	width: 20px;
  	height: 20px;
}
*/

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .desc {
    display: flex;
    width: 100%;
    padding: 20px;
  }
  .rop-news-container, .news-container {
    padding: 40px 0px 64px 0px;
  }

  .navigation-section {
   /* padding: 0px 150px;*/
    margin-top: 40px;
  }

  .news-container {
    width: 100%;
   /* padding: 40px 150px 64px 150px;*/
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }


  .card-img-top {
    min-height: 240px !important;
    background-size: contain !important;
  }


  .pagination ul {
    /* Body1/Body 1 — Medium; */
    font-family: "Inter";
    font-size: 16px;
    font-weight: 500;
    line-height: 25.6px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
  }

  .pagination ul li.numb {
    list-style: none;
    height: 52px;
    width: 52px;
    margin: 0 3px;
    line-height: 45px;
    border-radius: 100px;

    padding: 2px 0px;
    border: 1px;

    display: flex;
    justify-content: center;
    align-items: center;
  }

  .pagination ul li.dots {
    font-size: 22px;
    cursor: default;
  }

  .pagination ul li.btn {
    width: 56px;
    height: 56px;
    padding: 0 20px;
    border-radius: 40px;
    border: 1px solid var(--gray-stroke, #dfe0eb);

    display: flex;
    align-items: center;
  }

  .pagination ul li.btn svg {
    width: 17px;
  }

  .pagination ul li.btn:first-child {
    margin-right: 16px;
  }

  .pagination ul li.btn:last-child {
    margin-left: 16px;
  }

  .pagination li.active,
  .pagination ul li.numb:hover {
    color: #fff;
    background: var(--primary-surface-strong, #684b9b);
  }
}
.form-select {
  color: var(--gray-text-strong, #2c3059);

  /* Body1/Body 1 — Regular */
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
}

.navigation-section {
  width: 100%;
}

.navigation-section {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.navigation-section .nav-underline {
  width: 100%;
  row-gap: unset;
  column-gap: unset;
}

.navigation-section li {
  width: 33.33%;
}

.navigation-section li a {
  text-align: center;
  font-family: "Inter";
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
  text-align: center;
  color: var(--primary-text, #9596ac);
}

.navigation-section .nav-underline .nav-link {
  overflow: hidden;
  color: var(--gray-text-weak, #9596ac);
  text-align: center;
  text-overflow: ellipsis;

  /* Desktop/H5 — Medium */
  font-family: "InterMedium";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 27px */

  border-bottom: 1px solid var(--gray-stroke-strong, #cacad9);
}

.navigation-section .nav-underline .nav-link.active {
  overflow: hidden;
  color: var(--primary-text, #684b9b);
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;

  /* Desktop/H5 — Bold */
  font-family: "InterBold";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 27px */

  border-bottom: 3px solid var(--primary-icon, #684b9b);
}

nav ul {
  margin: 0px;
}

.nav-links {
  list-style: none;
  padding: 12px 0px;
  display: flex;
  justify-content: start;
}

.nav-links li {
  margin: 0px;
}

.nav-links a {
  display: flex;
  min-width: 140px;
  padding: var(--spacing-sm, 12px) 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;

  color: var(--gray-text, #6a6d87);
  text-align: center;

  /* Desktop/H5 — Medium */
  font-family: "InterMedium";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 27px */
}

.nav-links a.active {
  color: var(--gray-text-strong, #2c3059);
  text-align: center;

  /* Desktop/H5 — Bold */
  font-family: "InterBold";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 27px */

  border-radius: 8px;
  background: var(--gray-surface, #f2f2fa);
}

.card-badge {
  width: fit-content;
  height: auto;
  padding: 4px 12px 4px 12px;
  gap: 8px;
  border-radius: 32px;
  /* opacity: 0; */
  margin-bottom: 8px;
  background: var(--gray-surface, #f2f2fa);

  /* Body2 - Mobile/Body 2 — Medium; */
  font-family: "InterMedium";
  font-size: 14px;
  font-weight: 500;
  line-height: 22.4px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: var(--gray-text, #6a6d87);
}

.read-more {
  color: var(--primary-text, #684B9B);
  background-color: white;

  /* Body/Body — Bold; */
  font-family: "InterBold";
  font-size: 16px;
  font-weight: 700;
  line-height: 25.6px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  border: none;
}
.learnMore {
    /* width: 89px; */
    height: 26px;
    gap: 0px;
    /* opacity: 0; */
    font-family: Inter;
    font-size: 16px !important;
    font-weight: 700;
    line-height: 25.6px;
    text-align: right;
    color: var(--primary-text, #684B9B);
    border: 0px;
    background: none;
    padding: 0;
}
.arrowimage {
    width: 20px;
	height: 20px;
	padding: 4.17px 3.33px 4.17px 3.33px;
	gap: 0px;
	/* opacity: 0; */

}
.desc .card-title-news {
        font-family: "Bellefair" !important;
        font-size: 32px;
        font-weight: 400;
        line-height: 48px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: var(--gray-text-strong, #2c3059) !important;
        text-transform: uppercase;
    }

.desc .card-img-top {
  object-fit: cover;
  width: 45%;
  height: 350px;
}
.desc .card-body {
	width:40%;
}

.card-body-news p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  /* line-clamp: 2; */
  -webkit-box-orient: vertical;
}