.wp-block-latest-posts {
    margin: 0;
}
.wp-block-latest-posts li {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #615f5f;
    padding: 20px 2px 10px;
}
.wp-block-latest-posts li > a {
    font-size: 26px;
}
.wp-block-latest-posts li .wp-block-latest-posts__post-excerpt {
    text-decoration: none;
    color: #000;
    font-size: 14px;
    line-height: 21px;
}
.wp-block-latest-posts li .wp-block-latest-posts__post-excerpt:after {
    content: '';
    background: transparent url(right.svg) no-repeat center center;
    height: 18px;
    width: 30px;
    display: inline-block;
    background-size: 70%;
    margin-bottom: -4px;
}
.wp-block-latest-posts img {
    margin-right: 10px;
    margin-bottom: 10px;
    height: auto;
}
.wp-block-latest-posts img,
.wp-block-latest-posts__featured-image,
.wp-block-latest-posts__featured-image a{
    width: 100%;
}
@media (min-width: 768px) {
    .wp-block-latest-posts__featured-image,
    .wp-block-latest-posts__featured-image a,
    .wp-block-latest-posts img {
        width: 300px;
    }
}

.post.type-post .entry-content p:first-child img{
    display: none;
}

#primary article.post.hentry h1.entry-title {
    line-height: 40px;
    text-transform: inherit;
}

body h1.entry-title,
body h2.entry-title {
    text-transform: none;
}