.banner_main { position: relative; width: 100%; overflow: hidden; }
.banner_main .banner_image { position: relative; width: 100%; display: flex;height: 855px; max-height: 100%; overflow: hidden; border-radius: 0 0 60px 60px; }
.banner_main .banner_image picture { position: relative; width: 100%; height: 100%; border-radius: 0 0 60px 60px; }
.banner_main .banner_image picture img { width: 100%; height: 100%; object-fit: cover; border-radius: 0 0 60px 60px; }
.banner_main .banner_caption { position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: flex; align-items: flex-end; }
.banner_main .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; }
.banner_main .banner_text { position: relative; width: 100%; padding-bottom: 135px; text-align: center; }
.banner_main .banner_text h1 { color: var(--white); }
.banner_main .banner_text h3 { color: var(--white); text-transform: uppercase; }
.banner_main .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; }
@media (min-width: 1400px) and (max-width: 1599px) {
  .banner_main .banner_image { min-height: 800px; height: 100vh; }
}  
@media (min-width: 1200px) and (max-width: 1399px) {
  .banner_main .banner_image { min-height: 760px; height: 100vh; }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .banner_main .banner_image { min-height: 800px; height: 100vh; }
  .banner_main .logo_shape { width: 390px; height: 383px; }
}
@media (min-width: 768px) and (max-width: 991px) {
  .banner_main .banner_image { min-height: 700px; height: 100vh; }
  .banner_main .logo_shape { width: 390px; height: 383px; }
}
@media (max-width: 991px) {
  .banner_main .banner_image,
  .banner_main .banner_image picture,
  .banner_main .banner_image picture img,
  .banner_main .banner_caption::after { border-radius: 0 0 30px 30px; }
}
@media (max-width: 767px) {
  .banner_main .banner_image { min-height: 476px; height: 476px; }
  .banner_main .banner_text { padding-bottom: 100px; }
}
