/* Text alignment utilities */
.text-left { text-align: left !important; }
.text-center { text-align: center !important; }
.text-right { text-align: right !important; }

/* 私たちについてセクションのカード内テキストを強制的に左揃え */
#about .value-card p,
#about .value-card .description {
    text-align: left !important;
}

/* タイトルは中央揃え */
#about .value-card h4 {
    text-align: center !important;
}