.page-header-news{
    width: 100%;
    height: 80vh;
    background: url('../img/banner/w3.jpg');
    background-size: cover;
    background-position: bottom;
}
.news-date{
    bottom: 20px;
    right: 20px;
    border: 1px solid #00657b;
    padding: 10px 10px;
    width: fit-content;
    
}
.news-date h4{
    font-size: 15px;
    color: #00657b;
}
.news-container img{
    transition: 500ms ease-in-out;
    height: 100%;
    object-fit: contain;
}
.news-container .card-header{
    height: 30vh;
}
.news-heading{
    font-size: clamp(1.5rem, 80%, 2rem );
   
}
.min-50{
    min-height: 10vh;
}