.single-post .entry .list-related-posts {
    margin: 30px 0;
    clear:both !important;
    display: inline-block;
    width: 100%;
    line-height: 1.5;
    color: #282828;
}
.single-post .entry .list-related-posts p {
    margin-bottom: 25px !important;
}
/* .single-post .entry .list-related-posts p,
.single-post .entry .list-related-posts ul li {
    font-size: 1.9em;
    line-height: 1.5;
    margin-bottom: 15px;
}

@media (min-width: 780px) and (max-width: 1680px) {
    .single-post .entry .list-related-posts p,
    .single-post .entry .list-related-posts ul li {
        font-size: 2.4em;
        font-weight: bold;
    }
}


@media (max-width: 780px) {
    .single-post .entry .list-related-posts p,
    .single-post .entry .list-related-posts ul li {
        font-size: 16px;
        line-height: 26px;
    }
} */
.single-post .entry .list-related-posts ul {
    list-style-type: none;
}
.single-post .entry .list-related-posts ul li a:before {
    content: '\2014';
    padding-right: 10px;
}
