#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: 318px;
}
#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;
    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 {
    background-color: #86939e;
}
#landing-page-content .blog-section .button:hover a{
    background-color: #86939e;
    color: #ffff;
}
.single_posts-single_post .blog-section .article-row, 
.full-article-with-related-posts .blog-section .article-row {
    max-width: 786px;
}
@media screen and (max-width: 767px) {
    #landing-page-content .blog-section .article-row {
        max-width: 336px;
    }
    #landing-page-content .post-container .background-image {
        height: 100%;
        border-top-left-radius: 0;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }
    #landing-page-content .post-container {
        height: auto;
    }
    #landing-page-content .post-container .title {
        font-size: 15px;
    }
}
@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;
    }
}