.body_stub_page{
    width:100%;
    position:absolute;
    z-index:10001;
    min-height:100vh;
    background:#3B454F;
}

.banner_v2_wrapper{overflow:hidden;}
.banner_body_v2 {
    padding-bottom: 220px;
}

.banner_stub_page-img{
    position: absolute;
    bottom: 0;
    left: 30%;
    overflow:hidden;
}

.body_wrap{
    display:none;
} 
.footer_stub_page{
        margin-top: 0px;
}
@media (max-width: 991px) {
    .banner_h1 {
        height: auto;
        display: block; 

    }
    .banner_body_v2 {
    padding-bottom: 260px;
}
.banner_buttons{
    display: flex;
    padding-top: 15px;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    align-self: stretch;
}
    .banner_stub_page-img{
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left:-300px;
}
.banner_stub_page-img img{
    width:600px;
}
}