  .hero-banner{
    display: block;
    position: relative;
    margin-left: calc(-100vw / 2 + 100% / 2);
    margin-right: calc(-100vw / 2 + 100% / 2);
    max-width: 100vw;
    max-height:500px;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0px 25px;
    overflow: hidden;
}
.hero-banner .container-1400{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    max-height: 500px;
    min-height:400px;
}
.titles-side{
    display: flex;
    position: relative;
    height: 39vh;
    /*height: 500px;*/
    max-height: 500px;
    align-items: flex-end;
}
.hero-image {
	/*height: 500px;*/
	}
}
.heading-bar {
    display: block;
    width: 100%;
    margin-left: -25px;
}
.heading-bar h2, .heading-bar h1 {
    margin: 0px 0px 40px -40px;
    padding: 20px 40px 20px 60px;
    background: #0f2c47;
    font-size: 36px;
    font-weight: 600;
    line-height: 43px;
    color: #fff;
    text-align: left;
}

.banner-text-top.banner-text-top .titles-side {
    align-items: flex-start;
}

.banner-text-top.banner-text-top .titles-side .heading-bar h1 {
    margin-bottom: 0;
}

@media( max-width: 767px){
    .heading-bar h2, .heading-bar h1 {
        margin: 0px 0px 20px -40px;
        padding: 10px 40px 10px 60px;
        background: #0f2c47;
        font-size: 26px;
        font-weight: 600;
        line-height: 33px;
        color: #fff;
        text-align: left;
    }
    
}
