.insure_banner {

    display: flex;
    align-items: center;
    height: 100%;
    background-color: #004087;
    /* height: 500px; */
    max-height: 500px;
    overflow: hidden;
}

.insure_banner>div {

    flex: 0 0 50%;
}

.insure_banner .img_intxt {

    text-align: center;

    height: 100%;
}

.insure_banner .img_intxt span {
    color: #ffffff;
}

.insure_banner .img_in {


    height: 100%;
}

.insure_banner .img_in img {

    width: 100%;
    height: 100%;
    object-fit: cover;
}

.breadcrumbs {
    background-color: #dca749;

}

.insure_mine h2 {

    margin-bottom: 2vw;
}



@media screen and (max-width: 768px) {   
    .insure_mine h2 {
        
            margin-bottom: 15px;
}

.insure_banner {
    
        height: 250px;
}

.insure_banner .img_intxt {
    
        display: flex;
    align-items: center;
    justify-content: center;
}
}


















