/* edg */
/*убирает в меню лишнюю стрелку вниз*/
.caret:before {
    content: none;
}

/* блог 

.post-content .post-description .post-ftimg-hld {
    max-width: 400px;
    margin: auto;
} 

.press-tab .row{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
*/
/*news blog*/
.post-list .post-holder {
  width: 47%;
}
ol.post-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
}
.post-holder .post-header .post-info .label {
  font-weight: 300;
}
.post-ftimg-hld {
    max-width: 250px;
}
.blog-post-view .products-grid .product-item {
    width: 200px;
    text-align: center;
}