@media only screen and (max-width: 640px){
    .box {
        padding: 0%!important;
        background: #ededed;
    }
    .module_prod .smal-6:nth-child(even){
        float: right;
    }
}
.newsTit{
    padding-top: 0;
}
.content_bak h2{
    padding-bottom: 28px;
}
.content_bak p{
    margin: 0;
    padding: 0;
}
.sect_inner.sect_news{
    padding-bottom: 20px;
}
@media only screen and (max-width: 640px){
    .content_bak h2{
        padding-bottom: 0px;
    }
    .box{
        padding: 0;
    }
    .content_bak{
        margin-right: 0;
        padding: 20px 10px !important;
    }
    .content_bak img{
        max-width: 100%;
        height: auto!important;
    }
    /* .bsBox div{
        max-width: 100%!important;
    }
    .bsBox {
        max-width: 100%!important;
    } */
}
@media only screen and (min-width: 640px){
    .content_bak p.smal-hide{
        display: inline-block;
        position: relative;
        right: 20px;
    }
}