@media screen and (max-width: 1023px) {



}




@media screen and (max-width:1385px) and (min-width:1280px) {



}




@media screen and (max-width:1279px) and (min-width:1152px) {


}



@media screen and (max-width:1151px) and (min-width:1024px) {


}



@media screen and (max-width:1023px) and (min-width:768px) {


}



@media screen and (max-width:767px) {

	.blog-box{display: flex;
flex-direction: column;
justify-content: center;
}
.fst-blog{ 
    background: #202020;padding: 20px;margin-right: 0px; margin-bottom: 10px;
    }
  .blog-part{padding: 30px 0px 20px 0px;}
  .blog-part h2{text-align: center;
font-size:25px;
font-weight: 600;
margin-bottom:20px;color:#111;}
.blog-box{
margin-bottom: 0px;
}

/*blog-detail*/
.post-part{display: flex;
    flex-direction: column;
    justify-content: space-around;
    width: 100%;
    padding: 30px 20px;
  }
.lft-post{width:100%;}
.rgt-post{width:100%;padding: 30px 0px 0px 0px;
}
.lft-post h2{ color:#111; 
  margin: 10px 0;
  font-size:25px;}
  .blog-detail-sdr .iptv-Bar.owl-carousel img{ width:100% !important;}
}