[Tex/LaTex] Left justified caption and centered table problem

captionshorizontal alignmenttables

As I wrote in the heading, have the following problem:
enter image description here

I want this table to be centred in the undermentioned text, and the caption above the table should start with the left margin (flushed left), not with the space as you can see. This is the written code:

\begin{table}[h]
\small
\centering
\captionsetup{justification=justified}
\caption[Stopień spęcznienia]{Dane przedstawiające stopień spęcznienia każdego rodzaju membran. Stopień spęcznienia został obliczony na podstawie wzoru (\ref{eqn:specznienie})}
\begin{tabularx}{\textwidth}{c|c|c|c|c|c|c|}
\cline{2-7}
& ChTPP1 & ChTPP2 & ChTPP3 & ChTPP1HA & ChTPP2HA & ChTPP3HA\\  \cline{1-7} 
\multicolumn{1}{|m{2.4cm}|}{\centering Stopień spęcznienia (\%)} & 1244.24 & 1132.06 & 787.62 & 2588.73 & 1650.25 & 1363.64\\
\cline{1-7}
\end{tabularx}
\label{table:specznienie}
\end{table}