@media screen and (max-width: 767px){
    .content-bottom .article-module__name{
        min-height: 43px;    display: inline-block;
    }
    .content-bottom .article-module__text{
        min-height: 115px;    display: inline-block;
    }
   /* .product-thumb__name{ height: 48px!important;}*/
    .header_link{white-space: normal;}
    .slogan{font-size: 12px!important;}

    .rating{font-size: 90%}
}

@media screen and (max-width: 480px){
    .content-bottom .article-module__name{
        min-height: 62px;
    }
    .content-bottom .article-module__text{
        min-height: 120px;
    }
    #slogan{
        text-align: center;pointer-events: none!important;
    }
    .uni-module .owl-nav .owl-prev, .uni-module .owl-nav .owl-next {
        opacity: 1 !important;
    }
}
@media screen and (max-width: 400px){
    /*.product-thumb__name{ height: 66px!important;}*/
    .content-bottom .article-module__text{
        min-height: 170px;
    }
    .article-module__posted{
        font-size: 80%;}
    .rating{font-size: 85%}
}
