
.archive_product{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.back-pv{
    background-image: url("https://mihanghab.com/img/back2.jpg");
    height: calc(100vh - 200px);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
}
.box-left{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    font-family: 'IRANSans-light';
    color: white;
}
.product-page{
    background: white;
    padding: 4px 15px;
    border-radius: 4px;
    color: #8e2525;
    margin-top: 36px;
    font-size: 14px;
    display: block;
    width: 100px;
    text-align: center;
}
.bac-cover-pb{
    background: #ffffff3b;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 2px 2px 13px -3px #ffffff73;
}
.h2-text{
    font-family: 'IRANSans-light';
    padding: 25px;
    text-align: right;
    display: block;
}
.text-content-home {
    height: 100%;
    overflow: auto;
    margin-bottom: 25px;
    margin-top: 60px;
}
@media screen and (max-width: 700px) {
    .box-product {
        width: 100%;
    }
    .archive_product{
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: center;
        align-items: center;
    }
    .back-pv {
        background-image: url(https://mihanghab.com/img/back4.jpg);
        height: calc(100vh - 145px);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .box-left {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: flex-end;
        align-items: center;
        font-family: 'IRANSans-light';
        color: white;
        height: 100%;
    }
    .bac-cover-pb {
        background: #0000004d;
    }
}
