.hero-banner-section {
    min-height: 500px;
    display: flex;
    position: relative;
}
.bg-img-title {
    background-image: var(--desk-img);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    flex-direction: column;
    justify-content: center;
}
.bg-img-title > .container {
    position: relative;
    z-index: 3;
}
.bg-img-title .leaf-img {
    display: none;
}

.bg-img img {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: 50% 70%;
}
.bg-img .banner_container {
    position: relative;
    z-index: 2;
    margin: 70px auto !important;
    width: 100%;
}
.banner_title_wrap {
    height: 100%;
}
.bg-img .common-heading .big_font {
    font-size: 235px;
    line-height: 230px;
    font-family: var(--font-opensans);
    font-weight: bold;
    text-shadow: 0px 0px 22px #00000040;
    color: var(--white);
	margin-left: -20px;
}
.bg-img .common-heading .alt_color {
    color: var(--green);
    font-weight: 700;
}
.bg-img .common-heading strong {
    font-weight: 700;
}
.new_line {
    font-size: 56.5px;
    text-shadow: 0px 0px 13px #0000004B;
    line-height: 52px;
    display: block;
    font-family: var(--font-opensans);
    color: var(--white);
}

@media(min-width:1600px) {
    .bg-img-title {
        background-position: center calc(50% + 40px);
    }
}
@media(min-width:600px) {
    .bg-img-title > .container .mob-img {
        display: none;
    }
}
@media(max-width:600px) {
    .bg-img-title > .container .desk-img {
        display: none;
    }
    .bg-img-title {
        background-position: center center;
        background-image: var(--mob-img);
    }
    .bg-img-title::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #00000077;
    }
    .bg-img-title .leaf-img {
        position: absolute;
        z-index: 3;
        top: 58%;
        left: 60%;
        width: 43px;
    }
    .img-center {
        text-align: center;
    }
    .hero-banner-section .mob-img {
        width: 100%;
    }
}

@media(min-width:575px) {
    .bg-img .mobile-img {
        display: none;
    }
}
@media(max-width:575px) {
    .bg-img .desktop-img {
        display: none;
    }    
}
@media(max-width:767px) {
    .bg-img {
        align-items: flex-end;
    }
    .banner_container.container {
        margin-bottom: 20px !important;
    }
    .banner_title_wrap {
        text-align: center;
    }
    .bg-img .common-heading .big_font {
        font-size: 161px;
        line-height: 160px;
        margin-left: -6px;
    }
    .new_line {
        font-size: 38px;
        line-height: 36px;
    }
}
@media(max-width:430px) {
	.hero-banner-section .common-heading .big_font {
        font-size: 141px;
		line-height: 140px;
		margin-left: -10px;
    }
	.new_line {
		font-size: 34px;
		line-height: 30px;
	}
}

@media(max-width:360px) {
	.hero-banner-section .common-heading .big_font {
        font-size: 124px;
		line-height: 124px;
		margin-left: -10px;
    }
	.new_line {
		font-size: 30px;
		line-height: 30px;
	}
}
@media(max-width:335px) {
	.hero-banner-section .common-heading .big_font {
        font-size: 114px;
		line-height: 114px;
		margin-left: -10px;
    }
    .new_line {
		font-size: 28px;
		line-height: 30px;
	}
}