.banner-sec{
    background-image: url(../images/news-bg.jpeg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: flex;
    align-items: flex-end;
    min-height: 42vh;
}
.page-header-content {
    background: #000000a3;
    padding: 2rem;
    border-radius: 10px;
    margin-bottom: 2rem;
    width:300px
   
}

.page-header-content .title {
    font-size: 28px;
    line-height: 1.3;
    text-transform: capitalize;
    margin-bottom: 5px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #fff;
}

.content-heading h2 {font-weight: 700;}
.content-heading p {
    font-family: 'poppins', sans-serif;
    opacity: 1;
}
@media(min-width:767px){
  
    .banner-sec{
        min-height: 62vh;
    }
}
@media(min-width:768px){
    .banner-sec{
        min-height: 33vh;
    }
    .page-header-content .title {
        font-size: 36px;
    }
    .page-header-content {
        width: 500px;
    }
    .page-header-content{
        margin-bottom: 4rem;
    }
}
@media(min-width:1024px){
    .banner-sec{
        min-height: 43vh;
    }
    .page-header-content .title {
        font-size: 51px;
    }
}
@media(min-width:1200px){
    .banner-sec{
        min-height: 90vh;
    }
}
@media(min-width:1400px){
    .banner-sec{
        min-height: 40vh;
    }
}
@media(min-width:1920px){
    .banner-sec{
        min-height: 60vh;
    }
}

.featured-news .card{
    border:1px solid #333;
    border-radius: 0;
    overflow: hidden;
    color: #fff;
    text-decoration: none !important;
}
.featured-news .card .content p{
     font-size: 16px;
}