.news-details-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;

}

.news-details-hero h1{

font-size:52px;

font-weight:800;

}

.news-content{

font-size:18px;

line-height:1.9;

color:#555;

}

.news-content img{

max-width:100%;

height:auto;

border-radius:15px;

margin:25px 0;

}

.news-content h2,
.news-content h3{

margin-top:35px;

font-weight:700;

color:#05264d;

}

.news-content p{

margin-bottom:22px;

}

.card{

border:none;

border-radius:18px;

}

.card-body{

padding:28px;

}

@media(max-width:768px){

.news-details-hero{

padding:90px 0;

}

.news-details-hero h1{

font-size:34px;

}

}