.main-blog-listing-section {
    background: #181240;
}
section.blog-listing-hero-section {
    padding-top: 220px !important;
    padding-bottom: 80px;
    height: 650px;
    display: flex;
    align-items: end;
}
.blog-hero-cont p {
    color: #e0cc4b;
}
.blog-post-img-cont {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    align-items: center;
}
.blog-list {
    display: flex;
    gap: 20px;
}
.blog-listing {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}
.blog-listing .blog-load-more {
    grid-column: 1 / span 2;
    text-align: center;
}
.blog-load-more {
    text-align: center;
}
.blog-post-img img {
    display: block;
    height: 260px;
    width: 100%;
    object-fit: cover;
}
.blog-post-img {
    min-width: 50%;
}
div#insights-posts-container {
    margin-bottom: 50px;
}
button#load-more {
    border-radius: 6px;
    color: #181240;
    padding: 15px 30px !important;
    line-height: 1;
    font-weight: 500;
    background: #e0cc4b;
    font-size: 1em;
}
button#load-more:hover {
    background: #fff;
}
.blog-post-date-year {text-align: center; }
.post-year {line-height: 1; }
.post-month-year {border-bottom: 1px solid #e0cc4b; padding-bottom: 5px; margin-bottom: 5px; font-size: 1em; }
.post-month {text-transform: uppercase; font-size: 21px; line-height: 1; }
.blog-post-date-year .post-date {
    font-size: 1.9em;
    font-weight: bold;
    opacity: 1;
    line-height: 1;
}
.blog-post-title-cont-btn .post-cont {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    margin-bottom: 30px;
}
.blog-post-title-cont-btn a:hover {
    color: #fff;
}

.blog-post-title-cont-btn .sub-title a {
display: block;
    color: #e0cc4b;
    font-weight: 500;
}
.insights-search {
    margin-bottom: 40px;
    max-width: 45%;
    position: relative;
    display: flex;
    align-items: center;
    gap: 5px;
}
input#insights-search-input {
    font-size: 1em;
    width: 100%;
    background: #dcc84b;
    padding: 10px 20px;
    box-shadow: none;
    border: 0;
}
#insights-search-btn img {
    max-width: 25px;
    display: block;
    filter: brightness(0) saturate(100%) invert(9%) sepia(41%) saturate(2493%) hue-rotate(228deg) brightness(94%) contrast(105%);
    object-fit: contain;
}
button#insights-search-btn {
    padding: 0;
    width: auto;
    display: inline-block;
    position: absolute;
    background: transparent;
    right: 10px;
}
.blog-post-title-cont-btn .post-btn a {
    font-weight: 500;
    color: #e0cc4b;
}

@media screen and (min-width: 3000px) {
.blog-post-img img { height: 400px;}
.blog-post-img-cont {gap: 40px;}
.blog-listing { gap: 60px;}

}







@media screen and (max-width: 1600px) {
section.blog-listing-hero-section{    height: 600px;}


}

@media screen and (max-width: 1500px) {
.blog-post-img img { height: 240px; width: 100%; object-fit: cover; }
.blog-post-img {width: 100%; min-width: 50%; }
.post-month { font-size: 20px;}
.post-year { font-size: 16px;}
.blog-post-date-year .post-date {font-size: 30px;}


}

@media screen and (max-width: 1400px) {
.blog-post-date-year .post-date {font-size: 25px; }
.post-month-year {padding-bottom: 5px; margin-bottom: 5px;}
.post-year {font-size: 14px; }
.post-month {font-size: 18px; }

}




@media screen and (max-width: 1100px) {
    .post-month { font-size: 18px;}
    .blog-post-date-year .post-date {font-size: 25px;}    
    .blog-post-img-cont {gap: 20px;flex-direction: column; }    
    .blog-post-img {width: 100%; }
    .blog-list { gap: 15px;}    
    .blog-post-img img {height: 220px;}
    .blog-post-title-cont-btn .post-cont {font-size: 15px;    margin-bottom: 20px;}



    }

@media screen and (max-width: 960px) {
    .blog-post-img img {height: 230px;}
    .blog-hero-lt {width: 100%; }    
    section.blog-listing-hero-section {padding-top: 190px !important; padding-bottom: 50px; height: 450px; }
.blog-hero-row .blog-hero-lt {width: 100%; }
.blog-listing {grid-template-columns: 1fr; }
.blog-post-title-cont-btn .sub-title {font-size: 1.2em; }



}


@media screen and (max-width: 767px) {    
.blog-listing {grid-template-columns: 1fr;}
section.blog-listing-hero-section {padding-top: 140px !important; padding-bottom: 30px; display: flex ; align-items: end;         height: 400px;}
.insights-search { max-width: 100%;}

}

@media screen and (max-width: 480px) {    
.blog-post-img-cont {grid-template-columns: 1fr; }
    .post-month {font-size: 16px; }



}
