
.inner_banner { position: relative; width: 100%; overflow: hidden; }
.inner_banner .banner_image { position: relative; width: 100%; display: flex;height: 733px; max-height: 100%; overflow: hidden; border-radius: 0 0 60px 60px; }
.inner_banner .banner_image picture { position: relative; width: 100%; height: 100%; border-radius: 0 0 60px 60px; }
.inner_banner .banner_image picture img { width: 100%; height: 100%; object-fit: cover; border-radius: 0 0 60px 60px; }
.inner_banner .banner_caption { position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: flex; align-items: flex-end; }
.inner_banner .banner_caption::after { width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 3; opacity: 0.5; background-image: linear-gradient(to bottom, rgba(62, 72, 39, 0), #3e4827 71%); content: ''; opacity: 0.73; border-radius: 0 0 60px 60px; }
.inner_banner .banner_text { position: relative; width: 100%; padding-bottom: 135px; text-align: center; }
.inner_banner .banner_text h1 { color: var(--white); }
.inner_banner .banner_text h3 { color: var(--white); text-transform: uppercase; }
.inner_banner .logo_shape { position: absolute; right: -68px; bottom: -23px; z-index: 4; width: 482px; height: 474px; background: url('../../assets/images/logo-shape.svg') no-repeat center center; background-size: contain; pointer-events: none; opacity: 0.21; }
.inner_banner .line { position: relative; display: flex; width: 436px; height: 3px; margin: 90px auto 0; background: var(--white); border-radius: 2px; }


@media (min-width: 1400px) and (max-width: 1599px) {
    .inner_banner .banner_image { min-height: 650px; }
}

    
@media (min-width: 1200px) and (max-width: 1399px) {
    .inner_banner .banner_image { min-height: 600px; }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .inner_banner .banner_image { min-height: 600px; }
    .inner_banner .logo_shape { width: 390px; height: 383px; }
}

@media (min-width: 768px) and (max-width: 991px) {
    .inner_banner .banner_image { min-height: 700px; }
    .inner_banner .logo_shape { width: 390px; height: 383px; }
}

@media (max-width: 991px) {
    .inner_banner .banner_image,
    .inner_banner .banner_image picture,
    .inner_banner .banner_image picture img,
    .inner_banner .banner_caption::after { border-radius: 0 0 30px 30px; }
}

@media (max-width: 767px) {
    .inner_banner .banner_image { min-height: 476px; height: 476px; }
    .inner_banner .banner_text { padding-bottom: 100px; }
    .inner_banner .line { display: none; }
    .inner_banner .logo_shape { right: -28px; bottom: -18px; width: 193px; height: 190px; }
}