.news-category-landing-main-wrapper{padding-top: 64px}
.news-and-insight-feed-card-wrapper{min-height: auto}
.news-and-insight-feed-section{padding: 64px 0}
.news-and-insight-feed-section:nth-child(even), .bg-color-content{background: var(--white-dark)}
.news-filter-wrapper .drop-list-filter-wrapper{padding-top: 40px;}
.drop-list-filter-wrapper p.h6{margin-right: 16px}

.news-feed-content-main-wrapper{position: fixed;width: 100%;height: 100%;bottom: -2000px;background: #fff;overflow-y: scroll;transition: all 0.3s ease-in-out;padding: 520px 0 100px}
.news-feed-content-main-wrapper .date, .news-item-content-main-wrapper .date{margin-bottom: 12px}
.news-feed-content-main-wrapper .date > p, .news-item-content-main-wrapper .date > p{color: var(--cobalt-light)}
.news-feed-content-main-wrapper .title, .news-item-content-main-wrapper .title{margin-bottom: 48px}
.news-item-content-main-wrapper h2{color: var(--cobalt-prime);}
.news-feed-content-main-wrapper .title > h2, .news-item-content-main-wrapper .title > h2{background: linear-gradient(90deg, #060F76 0%, #1D5EDC 100%);-webkit-background-clip: text;-webkit-text-fill-color: transparent;background-clip: text;text-fill-color: transparent;}
.activeNews .news-feed-content-main-wrapper{bottom: 0}
.activeNews .banner-wrapper{position: relative;z-index: 10;padding-bottom: 0}
.activeNews .no-banner-breadcrumb-wrapper{background: var(--white-light);padding-bottom: 30px;}
body.activeNews{overflow: hidden}

.news-item-content-main-wrapper a{padding: 8px 12px 8px 0px;background-color: transparent;color: var(--cobalt-prime); transition: 0.5s; text-decoration: underline;}
.news-item-content-main-wrapper a:hover{background: var(--argon-gradient);-webkit-background-clip: text;-webkit-text-fill-color: transparent;background-clip: text;text-fill-color: transparent;}
.news-item-content-main-wrapper .image{border-radius: 20px;min-height: 469px;background-repeat: no-repeat;background-size: cover;background-position: center;}
.news-feed-content-wrapper a.close-feed-data{position: fixed;right: 50px;font-size: 2.5rem;color: var(--cobalt-light);z-index: 9999;top: 490px;}

.news-feed-content-wrapper .description{margin: 30px 0}

.all-data-hidden, .all-data-hidden *,.news_data,.news_data *{display:none !important;}

@media all and (max-width: 991.98px){
  .news-filter-wrapper .drop-list-filter-wrapper{flex-direction: column;align-items: flex-start !important;}
  .drop-list-filter-wrapper p.h6{min-width: 170px;}
  .drop-list-filter-wrapper .drop-tag-filter{margin-bottom: 20px}
  .news-category-landing-main-wrapper{padding-top: 0}
}
@media all and (max-width: 767.98px){
	.news-and-insight-feed-section{padding: 0}
    .news-and-insight-feed-section:nth-child(even){background: var(--white-light)}
    .news-and-insight-feed-card-wrapper{padding-top: 50px;}
    .news-feed-content-main-wrapper{padding: 450px 0 100px;}
    .news-feed-content-wrapper a.close-feed-data{position: absolute;font-size: 2rem;top: 440px;}
    .news-and-insight-item-card-wrapper{padding-top: 50px;}
}
@media all and (max-width: 640.98px){
  .drop-list-filter-wrapper .drop-filter{flex-direction: column;align-items: flex-start !important;}
  .drop-list-filter-wrapper p.h6{min-width: auto;}
}

/* For screens from 391px to 690px */
@media only screen and (min-width: 391px) and (max-width: 640.98px) {
    .news-item-content-main-wrapper .image {
        min-height: 260px;
    }
}

/* For screens from 235px to 390px */
@media only screen and (min-width: 235px) and (max-width: 391px) {
    .news-item-content-main-wrapper .image {
        min-height: 235px;
    }
}