.news-heading-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.dnd .news-col-title p:first-child a
 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dnd .news-col-home a > img {
  height: 212px;
  object-fit: contain;
}
.dnd{
margin:40px 0;
}
.dnd .news-link {
  margin-top: 12px !important;
  margin-bottom:0 !important
}
.dnd .news-col-content p:first-child{
padding: 0 0 12px;
}
.dnd .news-col-home.right-news{
padding:0;
}
.dnd .news-col-home{
width:100%;
}
.dnd .tag-date{
display: flex;
  justify-content: space-between;
  margin: 20px 0;
}
.dnd .tag-date p, .dnd .news-col-home a > img{
margin:0;
padding:0;
}
.dnd .filterSustainClick {
  color: #2B2D39 !important;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  text-transform: uppercase;
}
.dnd a[data-category="in-the-news"]::after{
margin-left:10px;
}
.dnd .news-col-title p > a {
  color: #2B2D39;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  padding:0;
}
.dnd .news-col-title > p{
padding: 0 0 12px 0;
}
.dnd .news-col-content p{
color: #000;
  font-family: "Noto Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 20px;
}
.dnd .news-col-title p:first-child a{
color: #2B2D39;
  font-family: optimaRoman;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}

.dnd .news-col-title p a{
color: #2B2D39;
  font-family: "Noto Sans";
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
/*   text-transform: uppercase; */
}
.news-dynamic-slider {
  margin-top: 20px;
  margin-bottom: 20px;
}
.dnd h2{
  font-size: 32px;
  font-style: normal;
  font-weight:400;
}
.news-slider-nav {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-shrink: 0;
}
.news-nav-arrow {
  background: none;
  border: none;
  padding: 4px;
  cursor: pointer;
  color: #1a2b49;
  /* adjust to match your navy brand color */
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.2s ease, color 0.2s ease;
}
.news-nav-arrow:hover {
  opacity: 0.6;
}
.news-nav-arrow.slick-disabled {
  opacity: 0.25;
  cursor: default;
  pointer-events: none;
}
.news-nav-counter {
  font-size: 14px;
  letter-spacing: 0.5px;
  color: #1a2b49;
  white-space: nowrap;
  font-family: inherit;
}
.dnd .slick-slider .slick-active {
  opacity: 1;
}
.dnd .sliding-arrows {
  width: 104px;
  position: relative;
}
.dnd .sliding-arrows ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}
.news-no-records {
    text-align: center;
    padding: 40px 20px;
    font-size: 18px;
    color: #666;
}
.dnd .sliding-arrows li {
  margin: 0;
  padding: 0;
  min-width: auto;
  line-height: normal;
}
.dnd .sliding-arrows li:first-child {
  margin-right: 70px;
}
.dnd .sliding-arrows li::before {
  display: none;
}
.dnd .sliding-arrows .slick-arrow .cta {
  color: #000000;
  font-size: 2.2rem;
  line-height: 2.6rem;
  display: inline-block;
  height: 26px;
  padding: 0;
  border: none;
  background: unset;
}
.dnd .sliding-arrows .slick-arrow .cta:hover, .dnd .sliding-arrows .slick-arrow .cta:focus {
  opacity: 1;
}
.dnd .sliding-arrows .slick-arrow.slick-disabled .cta {
  opacity: 0.4;
  cursor: unset;
}
.dnd .sliding-arrows .slick-arrow .cta .icon {
  font-size: 2.2rem;
  line-height: 2.6rem;
}
.dnd .sliding-arrows .slide-count {
  color: #000;
  text-align: center;
  font-family: "Noto Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 40px;
  /* 250% */
  text-transform: uppercase;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}
/* Hide slick's own default-positioned arrows since we're using custom ones */
.news-dynamic-slider .slick-arrow {
  display: none !important;
}
@media (max-width: 767px) {
  .news-heading-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
}
