.single-post .list-related-posts {
    display: inline-block;
    width: 100%;
    color: #282828;
    line-height: 1.5;
    padding: 30px;
    margin: 30px 0;
    border: 1px solid rgba(0,0,0,.1);
    clear:both !important;
    background-color: #F4F8EF;
}

.single-post .list-related-posts p {
    text-transform: uppercase;
    font-size: 1.3rem;
    margin-bottom: 25px !important;
}

.single-post .list-related-posts ul {
    margin-bottom: 0 !important;
}

.single-post .list-related-posts ul li p {
    margin-bottom: 0 !important;
}
.single-post .list-related-posts ul li .count {
  flex: 0 0 20px;
  line-height: 40px;
  margin-right: 10px;
  font-size: 21px;
  font-weight: bold;
  font-style: italic;
}
.single-post .list-related-posts ul li .count small {
  font-size: 21px;
}
.single-post .list-related-posts ul li a {
    font-size: 1.2rem;
    text-decoration: none;
    text-transform: initial;
}

/* 
.single-post .list-related-posts p,
.single-post .list-related-posts ul li {
    font-size: 1;
    line-height: 1.5;
    margin-bottom: 15px;
}

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

@media (max-width: 780px) {
    .single-post .list-related-posts p,
    .single-post .list-related-posts ul li {
        font-size: 16px;
        line-height: 26px;
    }
}

.single-post .list-related-posts ul {
    list-style-type: none;
} 

.single-post .list-related-posts ul li a:before {
    color: red;
    padding-right: 10px;
}
*/