#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: 100px;
    background-color: #eceef1;
    padding-bottom: 95px;
}
#landing-page-content .blog-section  a {
    text-decoration: none;
}
#landing-page-content .blog-section h3 {
    font-size: 18px;
    font-weight: 500;
    color: #3e3e40;
}
#landing-page-content .post-container {
    background-color: #ffffff;
    border-radius: 6px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
    height: 100%;
    align-content: baseline;
}
#landing-page-content .post-container .background-image {
    width: 100%;
    height: 158px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    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;
}
#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;
}
.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: 786px;
}
#landing-page-content .blog-section .article-row { 
    margin-top: 40px;
}
#landing-page-content .blog-section .article-row>.row {
    display: inline-grid;
    grid-template-columns: 230px 230px 230px;
    grid-gap: 30px;
}
#landing-page-content .blog-section {
    padding-top: 50px;
    margin-top: 100px;
    padding-bottom: 95px;
}
#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;
}
@media screen and (max-width: 767.98px) {
    #landing-page-content .blog-section .article-row>.row{
        /* max-width: 336px; */
        display: grid;
        grid-template-columns: 336px;
        grid-gap: 15px;
    }
    #landing-page-content .post-container .background-image {
        border-top-left-radius: 0;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
        height: 120px;
        position: relative;
        left: 0;
        top: 0;
        object-fit: cover;
        object-position: center;
    }
    #landing-page-content .post-container {
        height: 120px;
    }
    #landing-page-content .post-container .title {
        font-size: 15px;
    }
    #landing-page-content .blog-section {
        padding-top: 40px;
        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;
    }
}
@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;
    }
}

@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: 768px;
    }
     #landing-page-content .post-container {
        width: 220px;
        height: 100%;
    }
    #landing-page-content .blog-section .article-row>.row {
        grid-gap: 10px;
    }
}