@media only screen and (max-width: 1024px) {
    /* リンクの初期状態、訪問済み、ホバー、アクティブすべてを白に */
    a, a:link, a:visited, a:hover, a:active {
        color: inherit; /* 親要素の色を引き継ぐ */
    }
    
    /* 特定の黒背景セクション内の文字を白に */
    .wpb_text_column, .wpb_text_column p, .wpb_text_column span {
        color: #ffffff !important;
    }
}