/**
 * 注意：此檔案包含自定義樣式，請勿在系統更新時覆蓋
 * Note: This file contains custom styles, do not overwrite during system updates
 * 最後更新 / Last updated: 2025-04-16
 */

.banner .main-h1{
	font-size: 2.5rem;
}
@media only screen and (max-width: 768px) {
    .banner .main-h1 {
        font-size: 28px;
        font-size: 1.75rem;
        line-height: 2.625rem;
    }
}
@media only screen and (max-width: 480px) {
    .banner .main-h1 {
        font-size: 24px;
        font-size: 1.5rem;
        line-height: 1.75rem;
    }
}