h3, .h3{
    color: #000;
}
.page-content{
    padding: 25px 34px;
    border: 1px solid #B7B7B7;
    border-radius: 20px;
}
.page-content h2{
    font-weight: 600;
    border: 1px dashed #00A693;
    border-radius: 15px;
    display: table;
    margin: 15px auto;
    padding: 20px 40px;
}

@media only screen and (max-width:768px){
    .pb-list li a{
        border-bottom: 1px solid #e76885;
    }
    .pb-list a:before{
        content: none;
    }
    .pb-list a span.text-link {
        line-height: 20px;
        padding-bottom: 6px;
    }
    /*.pb-list a:before {
        position: absolute;
        content: "";
        width: 100%;
        height: 1px;
        bottom: 10px;
        right: 0;
        border: 1px solid #e76885;
    }*/
    .pb-list a span.price-in-list {
        bottom: 0;
    }
    .h2, h2 {
        font-size: 22px;
        line-height: 25px;
        margin: 20px 0 10px;
     }
     .page-content h2 {
        padding: 10px 28px;
        font-size: 18px;
    }
    .crumbs-block {
        flex-wrap: wrap;
    }
    .product-page-block h1 {
        font-size: 24px;
    }
    .product-page-block .inside-categories-items .mc-item {
        width: 100%;
        padding: 20px 20px;
    }
}
