.banner-section{position:relative;width:100%;overflow:hidden;background:#04130d}.banner-section img{width:100%;height:auto;min-height:260px;max-height:800px;object-fit:cover;object-position:center}.banner-overlay{position:absolute;inset:0;display:flex;align-items:flex-end;justify-content:center;padding:25px;background:linear-gradient(to bottom,transparent 55%,rgba(3,15,10,.75))}.banner-button{display:inline-flex;align-items:center;justify-content:center;min-width:280px;min-height:58px;padding:16px 28px;color:#211300;background:linear-gradient(90deg,#fff09d,#f4ae18);border:2px solid rgba(255,255,255,.65);border-radius:14px;box-shadow:0 15px 40px rgba(0,0,0,.45);font-size:18px;font-weight:1000;text-transform:uppercase;transition:.25s ease}.banner-button:hover{transform:translateY(-3px) scale(1.02)}@media (max-width:700px){.banner-section img{min-height:220px}.banner-overlay{padding:12px}.banner-button{min-width:auto;width:90%;min-height:51px;font-size:15px}}