.banner-section{width:100%;height:50vh;position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden}.banner-bg{position:absolute;width:100%;height:100%;object-fit:cover;top:0;left:0;z-index:0}.overlay{position:relative;z-index:2}.title-wrapper{display:flex;align-items:center;justify-content:center;gap:20px;flex-wrap:wrap;padding:0 15px}.line-group{display:flex;align-items:center;margin-top:8px}.line{width:100px;height:2px;background-color:#c49b53}.dot{width:10px;height:10px;background-color:#c49b53;border-radius:50%}.banner-title{font-size:52px;color:#fff;font-weight:700;white-space:nowrap}@media (max-width: 768px){.banner-title{font-size:2rem}.line{width:50px}.dot{width:8px;height:8px}}@media (max-width: 480px){.title-wrapper{flex-direction:row;gap:12px}.banner-section{height:20vh}.line-group{flex-direction:row;justify-content:center}.banner-title{font-size:1.5rem}.line{width:40px}}
