.news-and-insight-feed{padding: 66px 0 100px}
.news-and-insight-feed.even-card{background: var(--white-dark)}
.news-and-insight-feed .title-link .title h2{color: var(--cobalt-prime)}
.news-and-insight-feed-card{height: 100%;}
.news-and-insight-feed-card > a.news-and-insight-feed-link, .news-and-insight-feed-card > a.news-and-insight-item-link{display: block;position: relative;height: 100%;z-index: 0;}
.news-and-insight-feed-link .image, .news-and-insight-item-link .image{min-height: 209px;width: calc(100% - 25px);border-radius: 12px;background-position: center center;background-size: cover;position: absolute;left: 0;top: -40px;}
.news-and-insight-feed-link .content, .news-and-insight-item-link .content{min-height: 368px;background: var(--white-prime);border-radius: 12px;box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.15);width: calc(100% - 25px);margin-top: 40px;margin-left: 25px;padding: 190px 24px 24px;height: calc(100% - 30px);}
.news-and-insight-feed-link .content .title , .news-and-insight-item-link .content .title {margin-top: 20px;}
@media all and (max-width: 767.98px){
	.news-and-insight-feed-card{height: auto;margin-bottom: 30px;}
    .news-and-insight-feed-card > a.news-and-insight-feed-link, .news-and-insight-feed-card > a.news-and-insight-item-link{height: auto}
    .news-and-insight-feed-link .content, .news-and-insight-item-link .content{min-height: 350px;height: auto}
    .news-and-insight-latest-feed-wrapper .news-and-insight-feed .link .cta-secondary{margin-top: 0}
}

.news-and-insight-listing .news-and-insight-item-link .image-container{
    min-height: 209px;
    width: calc(100% - 25px);
    border-radius: 12px;
    background-position: center center;
    background-size: cover;
    position: absolute;
    left: 0;
    top: -40px;
    overflow: hidden;
}
.news-and-insight-item-link .image{width: 100% !important;top: 0 !important;transition: all ease 0.5s;}
.news-and-insight-item-link .image:hover{transform: scale(1.25);transition: .5s all;}
.news-and-insight-feed .title-link a.cta.cta-secondary {
    display: inline-flex;   
    align-items: center;
}