#landing-page-content .blog-section {
    font-family: Roboto, "Helvetica Neue", Helvetica, "Segoe UI", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    margin-top: 60px;
    padding-bottom: 95px;
    border-top: solid 1px #c4cdd5;
}
#landing-page-content .blog-section a {
    text-decoration: none;
}
#landing-page-content .blog-section .titleText {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 30px;
    color: #000;
}
#landing-page-content .post-container {
    border-radius: 6px;
    height: 100%;
    align-content: baseline;
}
#landing-page-content .post-container .background-image {
    width: 100%;
    height: 158px;
    border-radius: 8px;
    object-fit: cover;
    object-position: center;
}
#landing-page-content .post-container .title {
    font-size: 18px;
    font-weight: 500;
    color: #1a1a1a;
    line-height: 1.22;
}
#landing-page-content .post-container .author-name {
    color: #5a646d;
    font-size: 14px;
    line-height: 18px;
}
#landing-page-content .blog-section div.button {
    width: 190px;
    height: 50px;
    border-radius: 3px;
    border: solid 1px #86939e;
    margin: 0 auto;
    margin-top: 35px;
    font-size: 16px;
    font-weight: 500;
    color: #86939e;
    line-height: 1.5;
}
#landing-page-content .blog-section .mbt-btn-cc {
    font-size: 16px;
    font-weight: 500;
    color: #86939e;
    text-decoration: none;
}
#landing-page-content .blog-section .button:hover {
    text-decoration: underline;
}
#landing-page-content .blog-section .button:hover a{
    color: #ffff;
}
#landing-page-content .blog-section .article-row { 
    margin-top: 40px;
}

#landing-page-content .article-content p.has-small-font-size {
    font-size: 18px !important;
    line-height: 1.78 !important;
    color: #1a1a1a;
}
/* sh-end listing spacing */
.valueprops-rpd-incontent.listingsLoaded,
.vps10-incontent.listingsLoaded {
    padding: 0 !important;
    margin-bottom: 1rem !important;
}
#landing-page-content .blog-section .article-row > .row .featured-post .image_background {
    position: absolute;
    inset: 0; /* shorthand for top, right, bottom, left: 0 */
    background-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,.75));
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 20px;
    box-sizing: border-box;
}
#landing-page-content .blog-section .article-row > .row .featured-post .image_background .title {
    bottom: 50px;
    font-size: 25px;
    color: #fff;
}
#landing-page-content .blog-section .article-row > .row .featured-post .image_background .author-name {
    bottom: 20px;
    color: #fff;
}
#landing-page-content .blog-section .article-row > .row .normal-post .arrow {
    background-image: url('/wp-content/images/mbt_new/article/arrow.svg');
    height: 20px;
    width: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
#landing-page-content .blog-section .article-row > .row .normal-post {
    border-radius: 8px;
    box-shadow: 0px 2px 10px 0px #04a05254;
}
#landing-page-content .blog-section .articles {
   background-image: url('/wp-content/images/mbt_new/article/related-article.svg');
   height: 24px;
   width: 24px;
   float: inline-start;
}
#landing-page-content .blog-section .article-row > .row .normal-post:hover ,
#landing-page-content .blog-section .article-row > .row .featured-post:hover .post-image .background-image {
    box-shadow: 0px 3px 10px 0px #04a05254;
    transform: scale(1.02);
}
#landing-page-content .blog-section .article-row > .row .featured-post .post-image {
    position: relative;
    overflow: hidden;
    border-radius: 6px;
}
#landing-page-content .blog-section .article-row > .row .normal-post:hover .title {
    color: #21A771;
}
#landing-page-content .blog-section .normal-post .author-name {
    bottom: 0;
    left: 10px;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
@media screen and (max-width: 767.98px) {
    #landing-page-content .blog-section .article-row {
        max-width: 350px;
    }
    #landing-page-content .blog-section .article-row>.row{
        display: grid;
        grid-template-columns: 336px;
        grid-gap: 15px;
    }
    #landing-page-content .post-container .background-image {
        min-height: 100px;
        height: 100%;
        position: relative;
        left: 0;
        top: 0;
        object-fit: cover;
        object-position: center;
    }
    #landing-page-content .blog-section .article-row > .row .featured-post .image_background .title {
        font-size: 22px;
    }
    #landing-page-content .post-container {
        min-height: 100px;
        height: 100%;
    }
    #landing-page-content .post-container .title {
        font-size: 15px;
    }
    #landing-page-content .post-details {
        position: relative;
    }
    #landing-page-content .blog-section {
        margin-top: 50px;
        padding-bottom: 90px;
    }
    #landing-page-content .article-content p.has-small-font-size {
        font-size: 16px !important;
        line-height: 28.48px !important;
    }
    #landing-page-content .blog-section .article-row > .row .featured-post .post-image .background-image,
    #landing-page-content .blog-section .article-row > .row .featured-post .post-container {
        min-height: 200px;
    }
}
@media (min-width: 768px) {
    #landing-page-content .blog-section .article-row .row .post:first-child {
        padding-left: 0 !important;
    }
    #landing-page-content .blog-section .article-row .row .post:last-child {
        padding-right: 0 !important;
    }
    #landing-page-content .blog-section .article-row > .row {
        display: grid;
        justify-content: center;
        grid-gap: 25px;
        grid-template-columns: repeat(3, 230px); /* 3 columns for normal posts */
    }
    /* Make the featured post take up two columns (≈460px wide) */
    #landing-page-content .blog-section .article-row > .row .featured-post {
        grid-column: span 2;
    }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
    .single_posts-single_post .blog-section .article-row, .full-article-with-related-posts .blog-section .article-row, .insurance-index .blog-section .article-row, .investing-index .blog-section .article-row {
        max-width: 700px;
    }
     #landing-page-content .post-container {
        height: 100%;
    }
    #landing-page-content .blog-section .article-row>.row {
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
        gap: 15px;
    }
     #landing-page-content .blog-section.category .article-row>.row {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    }
    #landing-page-content .blog-section .article-row > .row .featured-post .post-image .background-image {
        min-height: 316px;
    }
}
@media screen and (min-width: 1024.98px) { 
    #landing-page-content .blog-section .article-row > .row {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    }
    #landing-page-content .blog-section .article-row > .row .featured-post .post-image .background-image {
        min-height: 316px;
    }
}
@media screen and (min-width: 1200px) {
    .single_posts-single_post .blog-section .article-row, 
    .full-article-with-related-posts .blog-section .article-row {
        max-width: 1050px;
    }
    .blog-section.category .article-row {
        max-width: 786px;
    }
}
@media screen and (min-width: 810px) {
    .full-article-with-related-posts .blog-section.category .article-row {
        max-width: 786px;
    }
}