.news-title {display:none;}
.depart-highlight.type5 .depart-highlight-container {display:none;}
.section-title::after {
    content: '↓';   /* 直接填入箭頭符號，也可以換成 '▼' */
    display: block;
    text-align: center; /* 文字置中 */
    font-size: 36px;    /* 符號大小 */
    color: #333;        /* 符號顏色 */
    margin-top: 10px;
}
.depart-highlight.type5 .section-title {
    margin-bottom: 0px !important;
}