section h2
{
    font-weight: 600;
    line-height: 140%;

    margin: 1.0em auto 0;
    padding: 10px 25px;

    color: #252525;
    border-radius: 2px;
    background: linear-gradient(to right, #f7f7f7, #F5F5F5);
}

.pos_form h2{
    background: none;
}

/* 產品卡標題由 <strong> 改為 <h3>，覆寫 section h3 的灰底與內距（僅首頁） */
.threecolum-wrap h3 {
    font-weight: 600;
    background: #fff !important;
    padding: 0 !important;
    margin: 0 !important;
    color: #577B94;
}
.threecolum-wrap h3 span {
    font-weight: 600;
    font-size: 115%;
    line-height: 1.5;
}

/* 產品卡標題文字 */
.threecolum-wrap h3 a {
    color: inherit;
    text-decoration: none;
}

/* 訂閱表單錯誤訊息 */
.pos_form .error_txt01,
.pos_form .error_txt02,
.pos_form span.error {
    display: block;
    clear: both;
    width: 100%;
    text-align: left;
}
