.letest-insights-section {
    margin: 100px 0;
}
.letest-insights-section {
    margin: 100px 0;
}

.title-with-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}

.title-with-cta h2 {
    margin-bottom: 0;
}

.title-with-cta .cta {
    flex-shrink: 0;
    margin-left: 50px;
}
.news-insights-posts {
    border: 1px solid #21326E40;
    transition: all 0.6s;
    padding: 25px;
    display: inline-block;
    height: 100%;
    border-radius: 2px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: all 0.6s;
}

.news-insight-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-flow: wrap;
    gap: 10px;
    margin-bottom: 25px;
}

.insight-category {
    font-size: 13px;
    line-height: 100%;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    padding: 6px 10px 6px 30px;
    font-family: var(--font-Prosto-one);
    position: relative;
    background: #5670891A;
    font-weight: 400;
}

.insight-date {
    font-size: 12px;
    line-height: 100%;
    color: #0B123880;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    font-weight: 500;
}
.insight-category .category-dot {
    position: absolute;
    height: 10px;
    width: 10px;
    top: 6px;
    left: 10px;
    background: #567089;
}

.insight-category.public-notice {
    background: #A9682F26;
}

.insight-category.public-notice .category-dot {
    background: var(--brown);
}

.news-insight-top {
    margin-bottom: 64px;
}
.insight-category.featured-stories {
    background: rgba(161, 78, 69, 0.10);
}

.insight-category.featured-stories span.category-dot {
    background: #A14E45;
}
.news-insight-top h3 {
    font-family: var(--font-archivo-expanded);
    letter-spacing: -0.4px;
    text-transform: unset;
    transition: all 0.6s;
    margin-bottom: 0;
}
.news-card-actions .card-arrow .icon {
    background: var(--navy-blue);
    height: 44px;
    width: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 2px;
    transition: all 0.6s;
}

.news-card-actions {
    display: flex;
    align-items: center;
    justify-content: end;
}
.news-insights-posts:hover {
    border: 1px solid #A9682F40;
}

.news-insights-posts:hover .news-insight-top h3 {
    color: var(--brown);
}

.news-insights-posts:hover .news-card-actions .card-arrow .icon {
    background: var(--brown);
}
.news-insights-posts-grid .row{
    margin-bottom: -30px;
}
.news-insights-posts-grid .row > div{
    margin-bottom: 30px;
}
@media only screen and (max-width:1199px){
    .letest-insights-section {
        margin: 70px 0;
    }
    .news-insights-posts {
        padding: 15px;
    }
    .news-insight-top {
        margin-bottom: 30px;
    }
}
@media only screen and (max-width:991px){
    .letest-insights-section {
        margin: 50px 0;
    }
}
@media only screen and (max-width:767px){
    .title-with-cta .cta {
        flex-shrink: 0;
        margin-left: 0;
        margin-top: 20px;
    }
    .title-with-cta {
        display: block;
    }
    .title-with-cta .cta .btn.btn-blue {
        width: 100%;
    }
}