.recent-comments h2{
    background: url("../images/recent-comments-bg.png");
    text-align: center;
    padding: 15px 0;
    border-top: 3px solid #f7941d;
    border-bottom: 3px solid #f7941d;
    margin: 0;
    color: #727170;
}
.recent-comments h2 span{
    padding-left: 62px;
    display: inline-block;
    position: relative;
    font-size: 27px;
    font-family: "Fjalla One";
    text-transform: uppercase;
}
.recent-comments h2 span:before{
    position: absolute;
    width: 55px;
    height: 45px;
    background: url("../images/recent-comments-bubbles.png");
    content: "";
    left: 0;
    top: -6px;
}
.recent-comments ul{
    background: #f0faf7;
    padding: 15px;
    border-bottom: 3px solid #a9e0d2;
    list-style: none;
    max-height: 425px;
    overflow: auto;
}
.recent-comments ul li{
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 5px;
}
.recent-comments ul li a{
    text-decoration: underline;
}
.recent-comments ul li a:hover{
    text-decoration: none;
}
.recent-comments ul li a:visited{
    color: #727170;
}
@media (max-width: 1120px){
    .recent-comments h2 span{
        font-size: 26px;
    }
    .recent-comments h2 span::before{
        top: -8px;
    }
}


@media (max-width: 767px) {
    .recent-comments h2,
    .recent-comments ul {
        /*margin: 0 -25px;*/
    }
}

.error404 .recent-comments h2{
    background: #f0faf7;
    border-top: none;
    border-bottom: 1px solid #f7941d;
    font-size: 25px;
    clear: both;
}
.error404 .recent-comments h2 span span{
    padding: 0;
}
.error404 .recent-comments h2 span span:before{
    content: none;
}
.error404 .recent-comments h2 span{
    font-size: 25px;
}
.error404 .recent-comments ul{
    border: none;
    height: 250px;
    overflow: auto;
}