 #news .row-bg , #singleNew .row-bg{
    background-color: #F9FAFF;
    padding: 20px;
 }
 
 
 .blogText .blogHead , .blogText h3 , #singleNew .blogHead{
    color: #d60808;
 }
 .blogText h3{
    padding-bottom: 10px !important;
 }
 .blogText .desc{
    font-weight: 400;
    font-size: 14px;
    color: #322e2e;
    letter-spacing: 0.88px;
    line-height: 26px;
    margin-bottom: 15px;
 }

 /* single post */

 #singleNew .blog-post img{
    width: 100%;
    object-fit: contain;
 }
 #singleNew .text h4{
    font-weight: bold;
    font-size: 22px;
 }
 .text p{
    font-size: 14px;
 }
 .owl-nav{
    text-align: center !important;
 }
 .owl-carousel .owl-nav button.owl-prev{
    margin: 0px 15px !important;
 }
 .more-news-h{
    margin-bottom: 25px ;
    font-size: bold;
 }