﻿/* 全局样式重置 */

/* 第一部分：Hero 区域 */
#brex-producttop {
    padding-top: 15vh;
    padding-bottom: 10vh;
}
.hero-section {
    background-color: #1B3164; /* 绿色背景 */
    color: #ffffff;
    text-align: center;
}

.hero-title {
    font-size: 80px;
    font-weight: 700;
    line-height: 1.5;
}

.hero-subtitle {
    font-size: 15px;
    max-width: 1200px;
    margin: 0 auto;
    line-height: 1.6;
    padding:5vh 0px;
}
