.news-press-home-section {
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 50%, rgba(229, 229, 229, 1) 100%);
}
.news-press-home-section > .container{
    padding-top: 50px !important;
    padding-bottom: 100px !important;
}
.filter-options {
    gap: 28px;
}
.filter-options > *{
    font-size: 20px;
}
.news-press-filter {
    margin-top: 40px;
}
.news-press-header .filter-btn,
.news-press-filter .filter-btn {
    border: 1px solid var(--color-primary-blue)!important;
    font-size: var(--copy-l);
    line-height: 1;
    padding: .5rem 2rem;
    border: none;
    background-color: transparent;
    border-radius: 25px;
    transition: all ease 250ms;
    font-weight: 700 !important;
    width: fit-content;
    color: var(--color-dark-blue);
}

.news-press-header .filter-btn:hover,
.news-press-header .filter-btn.active,
.news-press-filter .filter-btn:hover,
.news-press-filter .filter-btn.active {
    border: 1px solid var(--yellow)!important;
    background-color: var(--yellow);
    cursor: pointer;
}

.press-list,
.news-list {
    display: none;
    flex-direction: column;
    gap: 40px !important;
}

.featured-post {
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 250px;
}

.featured-post-info {
    background: linear-gradient(0deg, rgba(4,8,15,1) 0%, rgba(4,8,15,0) 100%);
}

.featured-tag {
    width: fit-content;
}

.press-list.active,
.news-list.active {
    display: flex;
    animation: fadeIn 1s ease-out;
}

.post-single-meta time{
    font-family: var(--font-arial) !important;
    font-size: 17px;
}
.post-single-card{
    padding: 38px 14.5px 41px 19.61px !important;
}
.post-single-card > a:hover .heading-text{
    color:var(--color-dark-blue)
}

.filter_yellow-btn .yellow-btn{
    padding: .55rem 2rem !important;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.post-single-card {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 16%);
}

.post-single-card h3 {
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    text-transform: capitalize;
}

.read-more .arrow-wrapper.bg-lightBlue {
    transition: all ease 200ms;
}

.read-more:hover .arrow-wrapper.bg-lightBlue {
    background-color: var(--yellow);
}
.featured-post-info {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 16%);
}
@media(max-width:991px) {

    .featured-post-info {
        background: #fff;
        box-shadow: 0 3px 6px rgba(0, 0, 0, 16%);
    }

    .featured-post {
        background-size: 0%;
    }

    .mobile-image-wrapper .featured-tag {
        position: absolute;
        bottom: 10%;
        left: 0;
        z-index: 5;
    }

    .featured-post-info-inner .text-white:not(h3) {
        color: var(--color-dark-blue)!important;
    }

    .featured-post-info-inner h3 {
        color: var(--color-primary-blue)!important;
    }

  

    .news-press-header h2 {
        text-align: center;
    }

    .filter-options {
        justify-content: center;
    }

    .news-press-header{
        gap:20px !important;
    }
}



.main-blog-wrapper .news-press-list{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
}


.blog-paination{
    gap: 30px;
    margin: 40px 0 0 0;
}
.blog-paination .blog-paination-text {
    font-size: 20px;
}
.blog-paination-arrow{
    gap: 30px;
}
.blog-paination-arrow a{
    background-color: #12284cf7;
    width: 70px;
    height: 70px;
    border-radius: 100%;
    line-height: 0;
    /* box-shadow: 0px 0px 14px #00000095; */
    transition: all 0.5s ease;
    display: grid;
    place-content: center;
    text-decoration: none;
    position: relative;
    border: unset !important;
    color:#fff;
    transition: all 0.5s ease;
    border:1px solid #12284cf7;
}
.blog-paination-arrow a:not(.disabled):hover{
    background-color: #fff;
    color:#12284cf7;
}
.blog-paination-arrow a.disabled{
    opacity: 0.5;
}

.filter-options .filter_separator{
    height: 60px;
    width: 2px;
    background: #E6E7E8;
    margin: 0 20px;
}
@media(max-width:992px){
    .news-press-header {
        justify-content: center!important;
        flex-direction: column;
    }
    .filter-options {
        flex-direction: column;
    }
    .main-blog-wrapper .news-press-list{
        grid-template-columns: 1fr;
    }
    .filter-options .filter_separator {
        height: 2px;
        width: 254px;
        background: #E6E7E8;
        margin: 30px 0;
    }
    
}

@media(max-width:575px){
    .post-single-meta time{
        justify-content: space-between;
        /* flex-basis: 100%; */
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        gap: 20px !important;
        padding-bottom: 7px;
    }
}