.news-hero{

padding:140px 0;

background:linear-gradient(rgba(5,38,77,.75),rgba(5,38,77,.75)),
url("/uploads/news/news-banner.jpg");

background-size:cover;

background-position:center;

color:#fff;

text-align:center;

}

.news-hero h1{

font-size:52px;

font-weight:800;

margin:20px 0;

}

.news-hero p{

font-size:18px;

max-width:760px;

margin:auto;

}

.news-card{

background:#fff;

border-radius:18px;

overflow:hidden;

box-shadow:0 12px 30px rgba(0,0,0,.08);

transition:.3s;

height:100%;

}

.news-card:hover{

transform:translateY(-8px);

}

.news-card img{

width:100%;

height:250px;

object-fit:cover;

}

.news-body{

padding:25px;

}

.news-meta{

font-size:14px;

color:#666;

margin-bottom:15px;

}

.news-body h4{

font-size:24px;

font-weight:700;

margin-bottom:15px;

}

.news-body p{

color:#666;

line-height:1.8;

margin-bottom:20px;

}

@media(max-width:768px){

.news-hero{

padding:90px 0;

}

.news-hero h1{

font-size:34px;

}

}