.bm-post-list__item {
    background: #dfe4f5;
    padding: 20px 25px;
    border-radius: 10px;
    margin: 0 0 20px 0;
}

.bm-post-list__item p:last-child {
    margin: 0;
}

.bm-post-list__item h2 {
    margin: 0 0 10px 0;
}

.bm-post-list__item .bm-post-list__title a {
    text-decoration: none;
    color: black;
    font-size: 20px;
    line-height: 1.7;
}

.bm-post-list__excerpt p {
    text-decoration: none;
    color: black;
    font-size: 14px;
    line-height: 1.7;
}

.bm-post-list {
    margin: 20px 0;
}