ul{
    margin: 0;
    list-style: none;
    padding: 0;
}
body{
    background: linear-gradient(180deg, #F9F8F4 0%, #EFFAEA 32.22%, #F5EEF5 51.58%, #EEF7FF 75.82%);
}
.author_div{
    padding-bottom: 5vw;
    text-align: center;
}
.blog_container_heading{
    display: flex;
    justify-content: space-between;
    align-items: end;
}
.blog_container_heading h3{
    font-size: 2.5vw;
    font-weight: 500;
}
.author_div img{
    border-radius: 50%;
    margin-top: 17.1vw;
    width: 7.4vw;
    object-fit: cover;
}
.blog-banner h5{
    color: #60606B;
    font-weight: 400;
    font-size: 1.07vw;
    margin-top: 1vw;
}
.blog-banner p{
    color: #161519;
    font-size: 1.298vw;
    width: 58vw;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1vw;
    line-height: 1.4;
}
.author_social_icons{
    margin-top: 1.3vw;
    display: flex;
    justify-content: center;
    gap: 1vw;
}
.author_div .author_social_icons img{
    margin: 0;
    width: 2vw;
}
.blog-banner h2{
    margin-top: 1vw;
    font-weight: 500;
    text-align: center;
    font-size: 3.2vw;
}
.blog-banner{
    background-position: top;
    background-repeat: no-repeat;
    background-size: 100% 30vw;
}
.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;
}
.featured_blog{
    display: flex;
    background: rgba(214, 232, 206, 1);
    border-radius: 1.8vw;
    overflow: hidden;
}
.featured_blog img{
    width: 31.6vw;
    height: auto;
    object-fit: fill;
}
.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:hover{
    scale: 1.02;
}
.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;
}
.showing_results{
    text-align: right;
    font-size: .8vw;
    color: rgba(22, 21, 25, 1);
    font-weight: 400;
}
.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{
    scale: 1.02;
}
.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(223, 242, 255, 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 h5{
        font-size: 4vw;
    }
    .blog-banner p{
        font-size: 4vw;
        width: 100%;
        margin-top: 6vw;
    }
    .author_div .author_social_icons img{
        width: 6vw;
    }
    .author_social_icons{
        margin-top: 5.3vw;
        gap: 2vw;
    }
    .author_div{
        margin-left: 9vw;
        margin-right: 9vw;
    }
    .author_div img{
        margin-top: 37.1vw;
        width: 19.4vw;
    }
    .blog_container_heading h3{
        font-size: 6.5vw;
    }
    .blog-banner{
        height: unset;
    }
    .blog-banner h2{
        font-size: 8.6vw;
        padding-top: 7.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;
    }
}