/* 出發&安全須知 */
.cabin-container{
    background-color: #fff;
    margin: 20px 0;
}
.precautions-container{
    width: 80%;
    margin: 6px auto;
    padding-bottom: 16px;
}
.precautions-item{
    margin: 24px;
}
.precautions-title {
    color: #ff6700;
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 16px;
}
.precautions-subtitle{
    color: #67b0d1;
    font-size: 20px;
    font-weight: bold;
}
.precautions-text {
    color: #666;
    font-size: 16px;
    margin-bottom: 16px;
}
.precautions-text ol {
    list-style-type: decimal;
    margin: 0;
}
.precautions-text ol li {
    list-style-type: decimal;
}
.remark1{
    color: #ff6700;
    font-size: 16px;
    font-weight: bold;
}
.remark2{
    color: #666;
    font-size: 16px;
    font-weight: bold;
}