.product_content {
    background-color: transparent;
    box-shadow: none;
}
.blog_box{
    direction: rtl;
    text-align: right;
    padding: 12px 10px;
    background: #fff;
    border-radius: 10px;
    box-shadow: rgb(0 0 0 / 5%) 0px 6px 24px 0px, rgb(0 0 0 / 8%) 0px 0px 0px 1px;
    transition: all 200ms linear;
    margin: 20px 5px 30px;
}
.blog_box figure{
    overflow: hidden;
    border-radius: 8px;
}
.blog_title{
    color: var(--mainc);
    font-weight: 600;
    font-size: 15px;
    margin-top: 10px;
}
.blog_disc{
    color: #9d9d9d;
    font-size: 13.5px;
    margin-top: 5px;
    margin-bottom: 15px;
}
.blog_button_link{
    padding: 3px 10px 5px;
    background: #4186f05c;
    color: var(--mainc);
    border-radius: 7px;
    display: block;
    width: 100%;
    text-align: center;
}
.product_content_title {
    border: none;
}
.product_content_title p {
    background-color: #710dd5;
    padding: 5px 22px 7px;
    border: none;
    border-radius: 8px;
    color: #fff;
    font-size: 19px;
}
.blog_content > div{
    padding: 0 8px;
}
.blog_content .blog_box{
    margin: 0;
    margin-bottom: 15px;
}
.pagination{
    display: flex;
    justify-content: center;
    margin-top: 30px;
}
.pagination a{
    width: 36px;
    height: 36px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 5px;
    border-radius: 50%;
    color: #000;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.pagination .pagination_active{
    background-color: var(--mainc);
    color: #fff;
}
@media(max-width: 900px){
    .product_content {
        padding: 0;
    }
}