@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@500;700;900&display=swap");.custom-half-hero{align-items:center;background-color:#fff;box-sizing:border-box;display:flex;height:50vh;justify-content:center;padding:20px;width:100%}.half-hero-content{text-align:center}.half-hero-title{font-size:64px;font-weight:900;letter-spacing:2px;line-height:1.2;margin:0 0 15px}.half-hero-subtitle,.half-hero-title{color:#000!important;font-family:Noto Sans TC,sans-serif!important}.half-hero-subtitle{font-size:38px;font-weight:700;line-height:1.4;margin:0 0 45px}.half-hero-btn{align-items:center;background-color:#b54643!important;border:none!important;border-radius:50px;color:#fff!important;cursor:pointer;display:inline-flex;font-family:Noto Sans TC,sans-serif!important;font-size:24px;font-weight:500;justify-content:center;letter-spacing:1px;outline:none;padding:18px 60px;text-decoration:none!important;transition:all .3s ease-in-out}.half-hero-btn:focus,.half-hero-btn:hover{background-color:#9a3b38!important;box-shadow:0 5px 15px rgba(181,70,67,.3);color:#fff!important;text-decoration:none!important;transform:translateY(-2px)}@media (max-width:768px){.custom-half-hero{height:auto;padding:60px 20px}.half-hero-title{font-size:40px}.half-hero-subtitle{font-size:28px;margin:0 0 35px}.half-hero-btn{font-size:18px;padding:15px 40px;width:80%}}