.special-cat .newsmoto-main-article .nm-main-article-title{
    text-align: center;
}
.special-cat.nm .article-box{
    width: calc((100% - 30px )/3);
}
.special-cat.nm .article-box-text{
    border-left: 1px dashed #ffffffcc;
    font-size:28px;
}
.nm .articles-wrapper .try-title{
    text-align: left;
    padding:55px 22px 0;
}
.special-cat.nm .hero-article-title h3{
    color:#fff;
}
.special-cat.nm .nr-more-articles-wrapper .article-box-img:hover::after{
    background: none;
}
.special-cat.nm .see-more{
    margin-top:50px;
}
.special-cat.nm .see-more span{
    font-size:16px;
}
.hero-title{
    justify-content: center;
}
.special-cat.nm .article-box-text h3{
    padding:0;
}
.special-cat.nm .compare-main-img::before,
.special-cat.nm .compare-main-img::after
{   display:none;
}
.special-cat.nm .article-page-title {
    font-size: 55px;
}

@media screen and (max-width:1100px) {
    .special-cat.nm .article-box{
	width: calc((100% - 10px )/2);
    }
    .nm .nr-more-articles-wrapper .article-box:nth-child(1) .article-box-text, 
    .nm .nr-more-articles-wrapper .article-box:nth-child(4) .article-box-text, 
    .nm .nr-more-articles-wrapper .article-box:nth-child(7) .article-box-text{
  	border-left: 1px dashed #ffffffcc;  
    }
    .special-cat.nm .article-box-text{
	font-size:22px;
    }
}

@media screen and (max-width: 500px) {
   .nm .articles-wrapper .try-title{
       padding: 0 10px;
   }
   .nm .try-title h2{
   	font-size: 38px;
   }
   .special-cat.nm .article-box {
    	width: 100%;
   }
   /*.special-cat.nm .article-page-title{
    	display:none;
   }*/

}
@media screen and (max-width:300px) {
    .nm .try-title h2{
   	font-size: 26px;
   }
}