ul{
    margin: 0;
    list-style: none;
    padding: 0;
}
body{
    background: linear-gradient(180deg,#ebe8e1,hsla(93,62%,94%,.886) 32.52%,#eef9e2 66%);
}
.blog-banner h2{
     
    font-weight: 500;
    text-align: center;
    font-size: 3.2vw;
    padding-top: 11.6vw;
    padding-bottom: 2.2vw;
}
.logo_gallery{
    display: flex;
    justify-content: space-between;
    display: none;
}
.logo_gallery img{
    width: auto !important;
    height: 24px !important;
    object-fit: contain !important;
}
.blog-banner{
    background-size: cover; 
    background-position: center; 
    background-repeat: no-repeat;
}
.blog-banner ul{
    visibility: hidden;
    display: flex;
    justify-content: center;
    font-size: .87vw;
    font-weight: 500;
    padding-bottom: 12vw;
}
.blog-banner ul li.active{
    border-bottom: 1px solid rgba(0, 0, 0, 1);
    color: rgba(0, 0, 0, 1);
}
.blog-banner ul li {
    cursor: pointer;
    padding: .3vw .95vw .3vw .95vw;
    border-bottom: 1px solid rgba(226, 226, 226, 1);
    color: rgba(43, 43, 43, 1);
}
.blog_container{
    margin-left: 14.7vw;
    margin-right: 14.7vw;
    margin-top: -7.3vw;
}
.featured_blog{
    background: rgba(214, 232, 206, 1);
    display: flex;
    border-radius: 1.8vw;
    overflow: hidden;
}
.featured_blog img{
    width: 31.6vw;
    height: auto;
    object-fit: cover;
}
.featured_content{
    width: 38vw;
    padding: 4.7vw 7.8vw 4.5vw 3.8vw;
}
.featured_content h3{
    font-size: 1.78vw;
    font-weight: 600;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.featured_content p{
    font-size: 1.33vw;
    color: rgba(17, 16, 17, 1);
    font-weight: 400;
    margin-top: .7vw;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.featured_content a{
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .3s;
    transition-property: all;
    text-decoration: unset;
    display: inline-block;
    padding: .5vw 1.1vw;
    background: rgba(30, 22, 20, 1);
    border-radius: .4vw;
    color: rgba(255, 255, 255, 1);
    margin-top: 2.7vw;
    font-size: 1vw;
}
.featured_content a:hover {
    scale: 1.02;
}
.showing_results{
     
    text-align: right;
    margin-top: 4.4vw;
    font-size: .8vw;
    color: rgba(22, 21, 25, 1);
    font-weight: 400;
}
.blog_card:hover {
    scale: 1.02;
}
.blog_grid{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1vw;
    margin-top: 1.2vw;
}
.blog_card{
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .3s;
    transition-property: all;
    overflow: hidden;
    text-decoration: unset;
    background: rgba(214, 232, 206, 1);
    border-radius: 1.2vw;
}
.blog_card:hover img {
    scale: 1.05;
}
.blog_card img{
    transition-duration: .3s;
    width: 100%;
    height: 11vw;
    object-fit: cover;
}
.blog_card_content{
    padding: .7vw 1.9vw;
}
.blog_card_content h5{
    font-weight: 600;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 1.2vw;
    color: rgba(0, 0, 0, 1);
}
.blog_card_content p{
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: rgba(43, 43, 43, 1);
    font-size: .82vw;
    margin: .5vw 0 3vw 0;
}
.blog_pagination{
    margin-top: 5.4vw;
    margin-bottom: 12vw;
}
.blog_pagination .next img{
    width: .3vw;
}
.blog_pagination .previous img{
    width: .3vw;
}
.blog_pagination ul{
    display: flex;
    gap: .9vw;
    justify-content: center;
}
.blog_pagination ul li{
    background: rgba(214, 232, 206, 1);
    border-radius: .5vw;
    padding: .7vw .9vw;
    color: rgba(17, 17, 17, 1);
    font-size: .8vw;
    line-height: 0;
    cursor: pointer;
    display: flex;
    vertical-align: middle;
    align-items: center;
}
.blog_pagination ul li.active{
    background: rgba(30, 22, 20, 1);
    color: rgba(215, 239, 255, 1);
}
.blog_pagination ul li.previous:hover img{
    filter: invert(1);
}
.blog_pagination ul li.next:hover img{
    filter: invert(1);
}
.blog_pagination ul li:hover{
    background: rgba(30, 22, 20, 1);
    color: rgba(215, 239, 255, 1);
}
.subscribe_block{
    padding-top: 12.6vw;
    margin-bottom: 12vw;
}
.subscribe_block h5{
     
    text-align: center;
    font-size: 4.8vw;
    font-weight: 400;
    line-height: 1;
}
.subscribe_block h5 span{
    display: block;
}
.subscribe_block p{
     
    text-align: center;
    color: rgba(0, 0, 0, 1);
    font-size: 1.2vw;
    margin-top: 1.5vw;
}
.subscribe_form{
        margin-top: 2vw;
        text-align: center;
}
.subscribe_form input{
    background: rgba(0, 0, 0, 0.05);
    border: unset;
    border-radius: .4vw;
    height: 3.2vw;
    width: 15vw;
    padding: 0 1.7vw;
    font-size: .7vw;
}
.subscribe_form button{
    font-size: .7vw;
    margin-left: .1vw;
    background: rgba(30, 22, 20, 1);
    border-radius: .4vw;
    color: rgba(255, 255, 255, 1);
    font-weight: 700;
    font-family: Satoshi;
    width: 10.3vw;
    height: 3.2vw;
    border: unset;
    cursor: pointer;
}


@media(max-width:500px){
    .blog-banner{
        height: unset;
        background-image: unset !important;
    }
    .blog-banner h2{
        font-size: 8.6vw;
        padding-top: 34.6vw;
    }
    .blog_container{
        margin-left: 9vw;
        margin-right: 9vw;
        margin-top: 12vw;
    }
    .news_updates{
        display: none;
    }
    .news-highlights{
        display: block;
        margin-top: 23.5vw;
    }
    .news-highlights .col1{
        width: unset;
        border-radius: 3vw;
        height: unset;
    }
    .news-highlights .col1 img{
        height: 55vw;
    }
    .news-highlights .col1 h5{
        padding: 3vw 7.8vw 2.6vw 7.8vw;
        font-size: 5.9vw;
    }
    .news-highlights .col1 p{
        padding: 0vw 7.8vw 2.6vw 7.8vw;
        width: unset;
        font-size: 4vw;
    }
    .news-highlights .author_date{
        padding: 1vw 7.8vw 7.6vw 7.8vw;
        font-size: 4vw;
    }
    .news-highlights .col2 {
        width: unset;
        margin-top: 6vw;
    }
    .news-highlights .col2 .highlights-card{
        display: block;
        border-radius: 3vw;
        margin-top: 6vw;
    }
    .news-highlights .col2 img{
        width: 100%;
        height: 55vw;
    }
    .news-highlights .col2 .highlights-card-content {
        width: unset;
    }
    .news-highlights .col2 .highlights-card-content h5{
        padding: 3vw 7.8vw 2.6vw 7.8vw;
        font-size: 5.9vw;
    }
    .news-highlights .col2 .highlights-card-content p{
        padding: 0vw 7.8vw 2.6vw 7.8vw;
        width: unset;
        font-size: 4vw;
    }
    .news-highlights .col2 .highlights-card-content .author_date{
        padding: 1vw 7.8vw 7.6vw 7.8vw;
        font-size: 4vw;
    }
    .showing_results{
        display: none;
    }
    .blog_grid{
        grid-template-columns: repeat(1, 1fr);
        gap: 6vw;
        margin-top: 6vw;
    }
    .blog_card{
        border-radius: 3vw;
    }
    .blog_card img{
        height: 55vw;
    }
    .blog_card_content{
        padding: 3vw 7.8vw 2.6vw 7.8vw;
    }
    .blog_card_content h5{
        font-size: 5.9vw;
        margin-bottom: 3vw;
    }
    .blog_card_content p{
        font-size: 4vw;
    }
    .blog_card_content .author_date{
        padding: 2vw 0 5vw 0;
        font-size: 4vw;
    }
    .blog_pagination {
        margin-top: 24.4vw;
    }
    .blog_pagination ul li{
        padding: 3.7vw 4.2vw;
        font-size: 4vw;
        border-radius: 2vw;
    }
    .blog_pagination ul{
        gap: 3vw;
    }
    .blog_pagination .previous img {
        width: 1.2vw;
    }
    .blog_pagination .next img {
        width: 1.2vw;
    }
    .subscribe_block{
        padding-top: 30.6vw;
        margin-bottom: 36vw;
    }
    .subscribe_block h5{
        font-size: 8vw;
    }
    .subscribe_block p{
        font-size: 3.5vw;
        margin-top: 1.5vw;
        padding: 2vw;
    }
    .subscribe_form{
        text-align:unset;
        margin-top: 4vw;
    }
    .subscribe_form input {
        border-radius: .8vw;
        height: 9.2vw;
        width: 44vw;
        padding: 0 3vw;
        font-size: 2.1vw;
    }
    .subscribe_form button{
        border-radius: .8vw;
        font-size: 2.1vw;
        width: 30vw;
        height: 9.2vw;
    }
    .blog-banner ul{
        display: -webkit-box;
        font-size: 3.4vw;
        overflow: auto;
        padding-bottom: 0vw;
        margin-left: 9vw;
        padding-bottom: 2vw;
        scrollbar-width: thin;
        scrollbar-color: #88888800 #f1f1f1;
    }
    .blog-banner ul li{
        padding: .3vw 3.95vw 1.3vw 3.95vw;
    }
    .featured_blog{
        display: none;
    }
}