.care-tips-shorts-box {
    margin-top: 36px;
    margin-bottom: 30px;
}

.care-tips-shorts-separator-box {
    margin: 44px 37.3px 18px 37.3px;
    padding-bottom: 18px; /* 避免 margin 重疊而沒有產生邊距 */
}

@media screen and (max-width: 768px) {
    .care-tips-shorts-box {
        margin-top: 24px;
        margin-bottom: 20px;
    }
    
    .care-tips-shorts-separator-box {
        margin: 44px 7.46vw 18px 7.46vw;
        padding-bottom: 18px; /* 避免 margin 重疊而沒有產生邊距 */
    }
}