 @media (hover:hover){
     .news-box:hover{
         transform : scale(1.04);
         cursor:pointer;
     }
     .news-box:hover h4{
         color:#D14342 ;
     }
 }
 .news-title{
     color:#D14342;
 }
 h4{
     transition:all 0.5s;
     font-family: peyda-bold;
 }
 .normal-nav{
     border-bottom-left-radius: 10px;
     border-bottom-right-radius: 10px;
 }
 .news-box{
     transition: all 0.5s;
     border-radius:20px;
 }