.hero-section.cart {
    width: 100%;
    width: 100%;
    min-height: 250px;
    background-image: url('/public/static/img/project_mumie/cart/bg_cart.webp');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    display: flex;
    align-items: center;
    padding: 80px 0;
    filter: grayscale(85);
}

.hero-section.cart:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(102, 101, 101, 0.5);
}

.entry-breadcrumb {
    padding-bottom: 25px;
}

.main {
    width: 1200px;
    margin: 50px auto;
}

.post_title.brd_btn,
.block-heading {
    text-align: center;
    padding-bottom: 20px;
}

.block-paragraph {
    padding: 12px;
}

@media screen and (max-width:1300px) {
    .main {
        width: 80%;
    }
}

