.about-display {
    background-color: #f9f9f9; /* 背景色 */
    padding: 20px 30px; /* 內邊距 */
    border-radius: 10px; /* 圓角邊框 */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* 輕微陰影 */
    font-family: 'Arial', sans-serif; /* 字體 */
    line-height: 1.8; /* 行距 */
    color: #333; /* 字體顏色 */
}

.about-display h2 {
    font-size: 2rem; /* 標題字體大小 */
    color: #615d5d; /* 主題色 */
    border-bottom: 2px solid #007BFF; /* 底部邊框 */
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.about-display p {
    margin-bottom: 15px; /* 段落間距 */
}

.about-display ul {
    margin: 20px 0;
    padding-left: 20px; /* 項目列表縮排 */
}

.about-display ul li {
    list-style-type: disc; /* 項目符號 */
    margin-bottom: 10px;
}
