.breadcrumb-section-img{
    background-image: url(../images/blogs/Insights\ &\ Updates.webp);
    position: relative;
    width: 100%;
    height: 55vh;
    background-size: cover;
    background-position: bottom right;
    border-radius: 10px;
    background-attachment: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px;
    
}

.bg_overlay{
    background-image: linear-gradient(to right, rgba(3, 32, 62, 0.90), transparent);
    border-radius: 10px;
}


.breadcrumb-section-txt{
    position: relative;
    padding: 30px 10px 30px 30px;

}

.breadcrumb-section-txt h1 {
    color: #fff;
    font-size: 55px;
    font-weight: 700;
}

.breadcrumb-section-txt h2 {
    color: #fff;
    font-size: 32px;
    font-weight: 500;
   
}


.breadcrumb-section-txt p {
    color: #fff;
    font-size: 16px;
   
}

.blog-title{
    color: black;
    font-size: 55px;
    font-weight: 700;
}


@media(max-width:430px){
    .breadcrumb-section{
        padding: 0px 10px;
    }
    .breadcrumb-section-txt h1{
        font-size: 30px;
    }
    .breadcrumb-section-img{
        height: 40vh;
    }
}
