@import url(../style_plan/style_compare.css);
@import url(../style_plan/style_flow.css);
@import url(../style_plan/style_plan_list.css);






.right_contentBg > section:nth-of-type(1):nth-of-type(2):nth-of-type(3){
    /* padding: clamp(1.613rem, 2.6vw, 3.125rem) 0; */
}

.right_contentBg {
    display: flex;
    flex-direction: column;
    row-gap: calc(clamp(1.613rem, 2.6vw, 3.125rem) * 2);
}


/* 在螢幕寬度大於991時，套用這裡的特定樣式 */
@media screen and (min-width: 990.1px) {

    .right_contentBg > section:nth-of-type(1){
        padding: clamp(1.613rem, 2.6vw, 3.125rem) 0 0;
    }

}






/* ------------------------------------------------------------ */
/* 為什麼選擇 Doweb？                                  */
/* ------------------------------------------------------------ */

/* .case_whyBg {
    overflow: hidden;
    border-radius: clamp(1.25rem, 0.6rem + 1.4vw, 2.5rem);
}


    .case_whyBg picture{
        display: block;
        width: 100%;
    }

	.case_whyBg .case_why_link{
		display: block;
		width: 100%;
	}
		.case_whyBg .case_why_link img{
			width: 100%;
			height: auto;
		} */