.pro-bg {
    margin-top: 50px;
    background: #fff;
    padding: 15px;
    border: 1px solid #ededed;
    margin-bottom: 50px;
}
.pro-bg h2 {
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
}
.pro-bg h4 {
    font-size: 15px;
}
.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}
.pro-bg hr {
    clear: both;
    border-top: 1px solid #eaeaea;
}
.cat-name-height {
    min-height: 40px;
    margin-bottom: 5px;
}
.pro-bg a {
    color: #2a3746;
    transition: 0.3 all ease;
}
@media (min-width: 1200px) {
    .col-md-3.block-cat-wr {
        width: 20%;
    }
}
.img-responsive, .thumbnail a>img, .thumbnail>img {
    display: block;
    max-width: 100%;
    height: auto;
}