.banner-section{justify-content:center;align-items:center;width:100%;height:50vh;display:flex;position:relative;overflow:hidden}.banner-bg{object-fit:cover;z-index:0;width:100%;height:100%;position:absolute;top:0;left:0}.overlay{z-index:2;position:relative}.title-wrapper{flex-wrap:wrap;justify-content:center;align-items:center;gap:20px;padding:0 15px;display:flex}.line-group{align-items:center;margin-top:8px;display:flex}.line{background-color:#c49b53;width:100px;height:2px}.dot{background-color:#c49b53;border-radius:50%;width:10px;height:10px}.banner-title{color:#fff;white-space:nowrap;font-size:52px;font-weight:700}@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}}
