.new-post-archive .home-hero{
    border-radius: 48px 48px 0px 0px;
    background: linear-gradient(180deg, rgba(254, 254, 254, 0.00) 0.61%, #FEFEFE 44.38%), var(--dark-green);
}

.new-post-archive .home-hero .hero-heading-wrapper{
    width: 100%;
    max-width: 100%;
    text-align: center;
    background-image: url('../images/bg-square-outline.svg');
    background-repeat: no-repeat;
    background-size: 250px;
    background-position: center 90px;
    padding: 0;
    padding-top: 180px;
}

.new-post-archive .home-hero .hero-heading-wrapper h1{
    color: #474747;
    text-align: center;
    font-size: 80px;
    font-style: normal;
    font-weight: 400;
    line-height: 60px;
    text-transform: uppercase;
    letter-spacing: 0;
}

.new-post-archive .home-hero .hero-heading-wrapper h2{
    color: #474747;
    text-align: center;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 35px; /* 116.667% */
    letter-spacing: 0;
    margin-top: 15px;
}

.new-post-archive .home-hero .hero-heading-wrapper .hero-category-list{
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    width: 80%;
    margin: 50px auto;
}

.new-post-archive .home-hero .hero-heading-wrapper .hero-category-list .hero-category-item{
    border-radius: 3px;
    border: 1px solid var(--dark-green);
    background: #FEFEFE;
    padding: 10px 20px;
    color: var(--dark-green);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    text-transform: capitalize;
    line-height: normal;
}

.new-post-archive .insights-top-columns .featured-insight-section-heading{
    color: var(--dark-green);
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 35px; /* 116.667% */
    letter-spacing: 0;
    margin: 0;
}

.new-post-archive .featured-insights-collection {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 50px 40px;
    margin-top: 20px;
    margin-bottom: 85px;
}

.new-post-archive .featured-insights-collection > .insight-item:nth-child(1) {
    /* First item spans columns 1 to 3 */
    grid-column: 1 / span 3;
}

.new-post-archive .featured-insights-collection > .insight-item:nth-child(2) {
    /* Second item spans columns 4 to 6 */
    grid-column: 4 / span 3;
}

.new-post-archive .featured-insights-collection > .insight-item {
    grid-column: span 2;
}


.archive-insights .insight-item-thumbnail img{
    height: 240px;
    width: 100%;
    object-fit: cover;
    border-radius: 30px 30px 0px 0px;
}

.new-post-archive .featured-insights-collection .insight-item:nth-child(-n+2) .insight-item-thumbnail img{
    height: 380px;
    width: 100%;
    object-fit: cover;
    border-radius: 30px 30px 0px 0px;
}


.archive-insights .insight-item-content{
    margin-top: 20px;
}

.archive-insights .insight-item-content .category-read-time{
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    align-items: center;
    gap: 10px;
}

.archive-insights .insight-item-content .category-read-time .category-link{
    color: var(--dark-green);
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.archive-insights .insight-item-content .category-read-time .read-time{
    color: #AFAFAF;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    min-width: fit-content;
}

.new-post-archive .featured-insights-collection .insight-item:nth-child(-n+2) .insight-item-content .insight-item-heading{
    color: var(--dark-green);
    /*font-size: 40px;*/
    font-size: 29px;
    font-style: normal;
    font-weight: 400;
    /*line-height: 45px; !* 112.5% *!*/
    line-height: 38px;
    letter-spacing: -1px;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;

}
.archive-insights .insight-item-content .insight-item-heading{
    color: var(--dark-green);
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; /* 115.385% */
    letter-spacing: 0;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.archive-insights.latest-insights-collection{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 75px 40px;
    margin-top: 65px;
    margin-bottom: 65px;
}

.new-post-archive .latest-insights-load-more .load-more-btn{
    margin-top: 0;
    min-width: 270px;
}
.new-post-archive .latest-insights-load-more .load-more-btn[disabled] {
    cursor: not-allowed;
}


.new-post-archive .category-grid-wrapper {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 35px 40px;
}

.new-post-archive .category-grid-wrapper .category-grid-item:nth-child(1) {
    /* First item spans columns 1 to 3 */
    grid-column: 1 / span 4;
}
.new-post-archive .category-grid-wrapper .category-grid-item:nth-child(2){
    /* Second item spans columns 4 to 6 */
    grid-column: 5 / span 4;
}
.new-post-archive .category-grid-wrapper .category-grid-item:nth-child(3){
    /* Third item spans columns 7 to 9 */
    grid-column: 9 / span 4;
}

.new-post-archive .category-grid-wrapper .category-grid-item:nth-child(-n+3){
    height: 435px;
}

.new-post-archive .category-grid-wrapper .category-grid-item{
    grid-column: span 3;
    height: 325px;
    width: 100%;
    border-radius: 10px 10px 0px 0px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 57.76%, rgba(0, 0, 0, 0.60) 100%), var(--image-url) lightgray 50% / cover no-repeat;
    background-position: center;
    position: relative;
    text-align: center;
}

.new-post-archive .category-grid-wrapper .category-grid-item .category-grid-title{
    color: #FEFEFE;
    text-align: center;
    font-family: var(--marcellus);
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 115.385% */
    width: 100%;
    height: 100%;
    display: inline-flex;
    align-items: flex-end;
    justify-content: center;
    padding: 0 10px 35px 10px;
}


.new-post-archive .gray-section{
    background-color: #F4EEEB;
    padding: 95px 40px 105px 40px;
}

.new-post-archive .category-grid-section .category-grid-heading{
    color: var(--dark-green);
    text-align: center;
    font-size: 45px;
    font-style: normal;
    font-weight: 400;
    line-height: 50px; /* 111.111% */
    margin: 0;
    margin-bottom: 55px;
}

/*filter section*/

.filter-insights-section{
    color: #ffffff;
    background: var(--dark-green);
    padding: 40px 40px 45px;
}

.filter-insights-section .filter-title{
    color: #FEFEFE;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 125% */
    margin: 0;
    margin-bottom: 25px;
    letter-spacing: 0;
}

.filter-insights-section .filter-container{
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.filter-insights-section .filter-container .filter-dropdown-section{
    display: flex;
    width: 90%;
    flex-wrap: wrap;
    gap: 0 20px;
}

.filter-insights-section .filter-container .filter-search {
    width: 10%;
}

.filter-insights-section .filter-container .filter-dropdown-section .filter-dropdown {
    width: calc(25% - 20px);
    height: 50px;
}

.filter-insights-section .filter-container .filter-dropdown .filter-dropdown-btn{
    border-radius: 24px;
    border: 1px solid #FFF;
    background: rgba(0, 0, 0, 0.10);
    color: rgba(255, 255, 255, 0.70);
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px; /* 152.941% */
    padding: 10px 20px;
    width: 100%;
    text-align: left;
    position: relative;
    letter-spacing: 0;
    display: flex;
    justify-content: space-between;
}
.filter-insights-section .filter-container .filter-dropdown .filter-dropdown-btn .filter-dropdown-btn-title {
    color: #FFF;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px; /* 152.941% */
    letter-spacing: 0;
}

.filter-insights-section .filter-container .filter-dropdown .filter-dropdown-btn .filter-selected-count{
    border-radius: 24px;
    background: var(--light-green);
    color: #FFF;
    text-align: center;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    padding: 1px 10px;
    margin-right: 22px;
    height: fit-content;
}
.filter-insights-section .filter-container .filter-dropdown .filter-dropdown-btn .filter-selected-count:empty{
    display: none;
}

.filter-insights-section .filter-container .filter-dropdown .filter-dropdown-btn:after{
    content: url('../images/white-down-arrow.svg');
    margin-left: 10px;
    position: absolute;
    right: 20px;
    top: 25%;
    transition: transform 0.3s ease-in-out;
}

.filter-insights-section .filter-container .filter-dropdown .filter-dropdown-btn:is(:focus, :focus-visible){
    outline: none;
}
.filter-insights-section .filter-container .filter-dropdown .filter-dropdown-btn.active{
    outline: none;
    border: unset;
    border-top: 1px solid white;
    background: transparent;
    padding: 10px 21px;
}

.filter-insights-section .filter-container .filter-dropdown .filter-dropdown-btn.active:after{
    transform: rotate(-90deg);
}

.filter-insights-section .filter-container .filter-search .filter-btn{
    color: #FFF;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px; /* 152.941% */
    width: 100%;
    padding: 10px 0px;
    background-color: transparent;
    background-image: url('../images/search-icon.svg');
    background-repeat: no-repeat;
    background-position: 95% 50%;
    outline: none;
}

.filter-insights-section .filter-container .filter-search .filter-btn:is(:focus, :focus-visible){
    outline: none;
}

.filter-insights-section .filter-container .filter-dropdown-section .dropdown-section{
    display: none;
    background-color: transparent;
    color: #fff;
    margin-top: 35px;
    /*display: flex;*/
    flex-wrap: wrap;
    width: 100%;
    gap: 35px 40px;
}

.filter-insights-section .filter-container .filter-dropdown-section .dropdown-section .dropdown-content{
    width: calc(25% - 35px); /*35px - gap*/
}
.filter-insights-section .filter-container .filter-dropdown-section .dropdown-section#content-type {
    margin-top: -15px;
}
.filter-insights-section .filter-container .filter-dropdown-section .dropdown-section#content-type .dropdown-content{
    width: fit-content;
}
.filter-insights-section .filter-container .filter-dropdown-section .dropdown-section#function .dropdown-content {
    width: calc(50% - 35px); /*35px - gap*/
}

.filter-insights-section .filter-container .filter-dropdown-section .dropdown-section .dropdown-content .dropdown-title{
    color: rgba(254, 254, 254, 0.93);
    font-family: var(--figtree);
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0;
    margin: 0;
}

.filter-insights-section .filter-container .filter-dropdown-section .dropdown-section .dropdown-content .dropdown-item-list{
    padding: 15px 0 35px 20px;
}

.filter-insights-section .filter-container .filter-dropdown-section .dropdown-section#function .dropdown-content .dropdown-item-list{
    columns: 2;
}

.filter-insights-section .filter-container .filter-dropdown-section .dropdown-section .dropdown-content :is(.dropdown-item, .dropdown-item label){
    color: rgba(255, 238, 255, 0.93);
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    display: block;
    cursor: pointer;
}

.filter-insights-section .filter-container .filter-dropdown-section .dropdown-section .dropdown-content .dropdown-item :is(label:has( input[type="checkbox"]:checked), label:hover){
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-color: #45AA22;
    text-decoration-thickness: 15%;
    text-underline-offset: 25%;
    text-underline-position: from-font;
}

.filter-insights-section .filter-container .filter-dropdown-section .dropdown-section .dropdown-content .dropdown-item input[type="checkbox"]{
    display: none;
}

.filter-insights-section .filter-container .filter-search .dropdown-action{
    margin-top: 45px;
    /*display: flex;*/
    flex-direction: column;
    gap: 25px;
    justify-content: center;
    align-items: center;
    display: none;
}

.filter-insights-section .filter-container .filter-search .dropdown-action .keller-btn{
    background-color: var(--light-green);
    margin: 0;
    width: 100%;
}

.filter-insights-section .filter-container .filter-search .dropdown-action #clear-dropdown{
    color: rgba(255, 238, 255, 0.93);
    text-align: center;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px; /* 200% */
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.new-post-archive .latest-insights-collection.loading-filter-insight{
    grid-template-columns: auto;
}

.loading-filter-insight {
    display: block;
    margin: auto;
    grid-area: auto;
    width: 50px;
    height: 50px;
    animation: circular 1s infinite linear;
}

.filter-insights-section .filter-container .search-input-container{
    /*display: flex;*/
    flex-direction: row;
    gap: 25px;
    width: 100%;
    justify-content: center;
    margin-top: 35px;
    display: none;
}

.filter-insights-section .filter-container .search-input-container .search-input{
    width: 60%;
    border-radius: 24px;
    border: 1px solid #FFF;
    background: #FEFEFE;
    outline: unset;
    color: rgba(45, 45, 45, 0.50);
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    padding: 10px 60px 10px 30px;
    height: fit-content;
}
.filter-insights-section .filter-container .search-input-container .search-btn{
    border: 1px solid var(--light-green);
    background: var(--light-green);
    margin: 0;
    width: 185px;
    cursor: pointer;
}

.filter-insights-section .filter-container .filter-search #close-search{
    display: none;
    color: rgba(255, 238, 255, 0.93);
    text-align: center;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px; /* 200% */
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    padding: 10px 0;
}

.new-post-archive.category-archive .home-hero{
    height: 400px;
}

.new-post-archive.category-archive .home-hero .hero-heading-wrapper h1, .new-post-archive.search-archive .home-hero .hero-heading-wrapper h1{
    color: var(--dark-green);
    text-align: center;
    font-size: 45px;
    font-style: normal;
    font-weight: 400;
    line-height: 50px; /* 111.111% */
    letter-spacing: -1px;
    text-transform: capitalize;
}

.new-post-archive.search-archive .home-hero .hero-heading-wrapper{
    margin-top: -200px;
}

.new-post-archive.category-archive .home-hero .hero-heading-wrapper .hero-category-list{
    width: 100%;
}

.new-post-archive .home-hero .hero-heading-wrapper .hero-category-list .hero-category-item.active{
    border: 1px solid var(--light-green);
    background: var(--light-green);
    color: #FEFEFE;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.new-post-archive.category-archive .home-hero .hero-heading-wrapper{
    /*background-position: center 0px;*/
    /*padding-top: 97px;*/
    /*margin-top: -130px;*/
}

.new-post-archive.category-archive .white-section.wf-section.latest-insight-section{
    display: none;
}

.search-archive .feature-insight-section {
    margin-top: -130px;
}

.search-archive .search-item-collection{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.search-archive .search-item-collection .search-archive-item{
    width: 100%;
    padding: 20px;
    border-radius: 5px;
    border: 1px solid var(--dark-green);
}

.search-archive .search-item-collection .search-archive-item .insight-item-content{
    margin-top: 0;
}
.search-archive .search-item-collection .search-archive-item p.insight-item-excerpt{
    margin-top: 10px;
    margin-bottom: 0;
}

@media screen and (max-width: 1200px) {
    .filter-insights-section .filter-container .filter-search .filter-btn{
        background-position: 80% 50%;
        text-align: left;
    }
}

@media screen and (max-width: 1050px) {
    .filter-insights-section .filter-container .filter-search .filter-btn{
        background-position: 95% 50%;
    }
    .new-post-archive .home-hero .hero-heading-wrapper .hero-category-list {
        width: 100%;
    }
}

@media screen and (max-width: 991px) {
    .new-post-archive .home-hero .hero-heading-wrapper{
        background-size: 25vw;
        background-position: center 120px;
    }
    .filter-insights-section .filter-container .filter-dropdown-section{
        width: 85%;
        gap: 20px;
    }
    .filter-insights-section .filter-container .filter-search{
        width: 15%;
        /*padding-top: 35px;*/
    }
    .filter-insights-section .filter-container .search-input-container .search-input{
        width: 100%;
    }

    .filter-insights-section .filter-container .filter-dropdown-section .filter-dropdown{
        width: calc(50% - 20px);
    }

    .filter-insights-section .filter-container .filter-search .dropdown-action{
        position: sticky;
        top: 100px;
        margin-top: 90px;
    }

    .filter-insights-section .filter-container .filter-dropdown-section .dropdown-section .dropdown-content{
        width: calc(50% - 35px);
    }

    .new-post-archive .category-grid-wrapper .category-grid-item, .new-post-archive .category-grid-wrapper .category-grid-item:nth-child(-n+3){
        grid-column: span 4;
        height: 300px;
    }

    .new-post-archive .home-hero{
        padding-bottom: 100px;
    }

    .archive-insights .insight-item-content .category-read-time .category-link{
        font-size: 12px;
    }
    .archive-insights .insight-item-content .category-read-time .read-time{
        font-size: 10px;
    }
    .archive-insights .insight-item-content .insight-item-heading{
        font-size: 22px;
        line-height: 28px;
    }
} /*991px ending*/


@media screen and (max-width: 991px) and (min-width: 600px) {
    .archive-insights .insight-item-thumbnail img{
        height: 130px;
    }
    .new-post-archive .featured-insights-collection .insight-item:nth-child(-n+2) .insight-item-thumbnail img{
        height: 200px;
    }
}

@media screen and (max-width: 767px) {
    .new-post-archive .home-hero{
        padding-bottom: 0;
    }

    .new-post-archive .featured-insights-collection{
        grid-template-columns: repeat(2, 1fr);
        /*grid-template-columns: auto;*/
    }

    .new-post-archive.category-archive .featured-insights-collection{
        grid-template-columns: repeat(2, 1fr);
    }

    .new-post-archive .featured-insights-collection > .insight-item{
        grid-column: span 1;
    }
    .new-post-archive .featured-insights-collection > .insight-item:nth-child(-n+2){
        grid-column: span 1;
    }

    .archive-insights .insight-item-thumbnail img{
        height: 200px;
    }
    .new-post-archive .featured-insights-collection .insight-item:nth-child(-n+2) .insight-item-thumbnail img{
        height: 200px;
    }

    .archive-insights.latest-insights-collection .insight-item-thumbnail img{
        height: 150px;
    }

    .archive-insights .insight-item-content .insight-item-heading{
        font-size: 24px;
        line-height: 32px;
    }
    .new-post-archive .featured-insights-collection .insight-item:nth-child(-n+2) .insight-item-content .insight-item-heading{
        font-size: 24px;
        line-height: 32px;
    }

    .new-post-archive .latest-insights-collection{
        grid-template-columns: repeat(2, 1fr);
        margin-top: 30px;
    }

    .new-post-archive .feature-insight-section, .new-post-archive .latest-insight-section{
        padding-left: 20px;
        padding-right: 20px;
    }
    .new-post-archive:not(.category-archive) .feature-insight-section{
        padding-bottom: 0;
    }

    .new-post-archive .gray-section{
        padding: 75px 20px 85px 20px;
    }

    .new-post-archive .category-grid-wrapper .category-grid-item, .new-post-archive .category-grid-wrapper .category-grid-item:nth-child(-n+3){
        grid-column: span 6;
    }

    .filter-insights-section .filter-container{
        flex-direction: column;
    }
    .filter-insights-section .filter-container .filter-dropdown-section{
        width: 100%;
        gap: 10px;
    }
    .filter-insights-section .filter-container .filter-dropdown-section .filter-dropdown{
        /*width: 100%;*/
        width: calc(50% - 5px);
    }
    .filter-insights-section .filter-container .search-input-container{
        flex-direction: column;
    }
    .filter-insights-section .filter-container .search-input-container .search-input{
        width: 100%;
    }
    .filter-insights-section .filter-container .search-input-container .search-btn{
        margin: auto;
    }
    .filter-insights-section .filter-container .filter-search{
        width: 100%;
        padding: 0;
    }
    .filter-insights-section .filter-container .filter-dropdown-section .dropdown-section .dropdown-content{
        width: 100%;
    }
    .filter-insights-section .filter-container .filter-dropdown-section .dropdown-section#function .dropdown-content{
        width: 100%;
    }

    .filter-insights-section .filter-container .filter-dropdown-section .dropdown-section#content-type{
        gap: 20px;
        margin-top: 20px;
    }
    .filter-insights-section .filter-container .filter-dropdown-section .dropdown-section#content-type .dropdown-content .dropdown-item-list{
        padding: 0;
    }

    .filter-insights-section .filter-container .filter-search .dropdown-action{
        margin-top: 50px;
    }
    .filter-insights-section .filter-container .filter-search .filter-btn{
        text-align: center;
        background-position: 53vw center;
    }

    .new-post-archive .home-hero .hero-heading-wrapper{
        padding-top: 50px;
        width: 95vw;
        background-size: 30vw;
        background-position: center 20px;
    }
    .new-post-archive.category-archive .home-hero .hero-heading-wrapper{
        margin-top: 0px;
    }

    .new-post-archive .home-hero .hero-heading-wrapper .hero-category-list{
        flex-wrap: nowrap;
        overflow-x: scroll;
        justify-content: flex-start;
    }
    .new-post-archive .home-hero .hero-heading-wrapper .hero-category-list .hero-category-item{
        white-space: nowrap;
    }

    .filter-insights-section{
        padding: 40px 20px 20px;
    }

    .filter-insights-section .filter-container .filter-dropdown-section .dropdown-section{
        gap: 20px;
    }
    .filter-insights-section .filter-container .filter-dropdown-section .dropdown-section .dropdown-content .dropdown-item-list{
        padding-bottom: 0;
    }

    .new-post-archive.category-archive .home-hero{
        height: 300px;
    }
    .new-post-archive.category-archive .home-hero .hero-heading-wrapper .hero-category-list{
        margin-bottom: 0;
    }
    .new-post-archive.category-archive .home-hero .hero-heading-wrapper{
        background-position: center 5px;
    }

} /*768px ending*/

@media screen and (max-width: 480px) {
    /*.archive-insights .insight-item-thumbnail img, .new-post-archive .featured-insights-collection .insight-item:nth-child(-n+2) .insight-item-thumbnail img {
        height: 250px;
    }*/

    .new-post-archive .latest-insights-collection{
        grid-template-columns: auto;
    }

    .new-post-archive .featured-insights-collection {
        grid-template-columns: auto;
    }

    .new-post-archive .category-grid-wrapper{
        grid-template-columns: auto;
    }

    .new-post-archive .home-hero{
        height: 300px;
    }
    .new-post-archive .home-hero .hero-heading-wrapper{
        background-position: center 30px;
    }
    .new-post-archive .home-hero .hero-heading-wrapper h1, .new-post-archive.search-archive .home-hero .hero-heading-wrapper h1{
        font-size: 50px;
    }
    .archive-insights .insight-item-thumbnail img, .new-post-archive .featured-insights-collection .insight-item:nth-child(-n+2) .insight-item-thumbnail img{
        height: 60vw;
    }
    .archive-insights.latest-insights-collection .insight-item-thumbnail img{
        height: 60vw;
    }


    .filter-insights-section .filter-container .filter-dropdown-section .dropdown-section#content-type{
        gap: 5px;
    }
    .filter-insights-section .filter-container .filter-dropdown-section .dropdown-section#content-type .dropdown-content{
        width: 100%;
    }

    .new-post-archive.category-archive .featured-insights-collection{
        grid-template-columns: auto;
    }

    .new-post-archive.category-archive .feature-insight-section {
        padding-bottom: 60px;
    }
}

@media screen and (max-width: 400px) {
    .filter-insights-section .filter-container .filter-dropdown .filter-dropdown-btn .filter-dropdown-btn-title{
        font-size: 16px;
    }
    .filter-insights-section .filter-container .filter-dropdown .filter-dropdown-btn:after{
        right: 15px;
    }
}

/*Only one dropdown*/
.filter-insights-section .filter-container .filter-dropdown-section .filter-dropdown{
    width: 100%;
}