
.lambton-latest-posts .container {
    display: grid;
    grid-template-columns: 33.33% 33.33% 33.33%;
    grid-template-rows: auto;
    grid-column-gap: 30px;
}
.lambton-latest-posts .container .lambton-post a {
    color:#333
}
.lambton-latest-posts .container .lambton-post .featured-image {
    position:relative
}
.lambton-latest-posts .container .lambton-post .featured-image .type {
    position: absolute;
    background: #fff;
    left: 0;
    bottom: 0;
    padding: 13px 20px;
    text-transform: uppercase;
    font-size: 0.85em;
    font-weight: 500;
    color:#369dac;
}
.lambton-latest-posts .container .lambton-post .date {
    margin: 20px 0 15px;
    color: #939393;
}

.lambton-latest-posts {
    padding: 80px 0;
    background: #f6f6f6;
}