#wrap .post-dis {
	height: unset;
    -webkit-line-clamp: unset;
}

.promotion_card .post-info h5 {
    padding-top: 12px;
}

/*style_v3.css 是固定28.8vw 這邊改掉變成 fit-content 就不會切圖*//*不確定要不要所以放這邊獨立,到時候再看看*/
.promotion-banner {
  height: fit-content;
}

/* 2024.03.28 Tracy 
1.牌卡下移 不遮住Banner 
2.小網字體調小
3.需顯示完整內容 */
.promotion_card .h3-title{
	overflow: visible;
    display: contents;
}