/* =========================================
   お客様の声
   ========================================= */

/* --- 個別のカラム --- */
.wp-block-column.voice-card {
    background-color: #fff;
    border: 2px solid var( --theme-color);
    border-radius: 12px;
    padding: 20px 15px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* --- アイコン画像 --- */
.wp-block-column.voice-card img {
    width: 130px;             
    height: auto;             
    margin-bottom:0;
}
/* --- テキスト --- */
.wp-block-column.voice-card p {
    font-size: 16px;
    line-height: 1.8;
    color: var(--sub-text-color);
    margin-bottom: 0;
    text-align: left;
    width: 100%;
}