/* 匯入共用_有標題的多圖文.css */
@import url("../../style_nav/style_about/style_articles.css");

/* 匯入_營養醫學專家.css */
@import url("../../style_nav/style_product/style_doc_expert.css");

/* 匯入_醫學機構.css */
@import url("../../style_nav/style_product/style_medinst.css");



/* ======================================================= */
/* 研發理念區塊css */
/* ======================================================= */

.rd_bg{
    display: flex;
    flex-direction: column;
    gap: clamp(3.3872rem, 5.4688vw, 6.5625rem) 0; /* 54.20px , 5.4688vw , 105.00px */
}

.fiveHealthPros_bg{
    position: relative;
}


    .fiveHealthPros_bg .articles_bg{
        
    }
    .fiveHealthPros_bg .articles_section:not(:last-of-type){
        /* padding-bottom: 0;  */
    }


    .fiveHealthPros_bg .right_title3{
        /*margin-bottom: clamp(3.3872rem, 5.4688vw, 6.5625rem);*/ /* 54.20px , 5.4688vw , 105.00px */
    }

    

/* 在螢幕寬度大於991時，套用這裡的特定樣式 */
@media screen and (min-width: 991px) {

    .fiveHealthPros_bg .right_title3{
        /* margin-bottom: 1.875rem; */
        /*margin-bottom: clamp(3.3872rem, 5.4688vw, 6.5625rem);*/ /* 54.20px , 5.4688vw , 105.00px */
    }

}




