If we have those $7$ card with the desired conditions then we can arrange them in $7!$ ways. So let's first see in how many ways we can select them. Base on the type (Power or Regular) and the color (Red or Black) of the cards we can partition our set of card into 4 disjoint sets $PR$ (which stands for Power and Red), $PB$, $RR$ or $RB$. Note that $|PR|=8=|PB|$ and $|RR|=18=|RB|$. Now we can select $7$ card only in on of the following ways:
Way #1: Sellecting $2\, PR$, $0\, PB$, $1\, RR$, and $4\, RB$, which can be done in
$$
{8 \choose \color{red}2}\times{8 \choose 0}\times{18 \choose \color{red}1}\times{18 \choose 4}
$$
different ways;
Way #2: Sellecting $1\, PR$, $1\, PB$, $2\, RR$, and $3\, RB$, which can be done in
$$
{8 \choose \color{red}1}\times{8 \choose 1}\times{18 \choose \color{red}2}\times{18 \choose 3}
$$
different ways;
Way #1: Sellecting $0\, PR$, $2\, PB$, $3\, RR$, and $2\, RB$, which can be done in
$$
{8 \choose \color{red}0}\times{8 \choose 2}\times{18 \choose \color{red}3}\times{18 \choose 2}
$$
different ways.
Thus the number of sellections is
$$
{8 \choose \color{red}2}{8 \choose 0}{18 \choose \color{red}1}{18 \choose 4} + {8 \choose \color{red}1}{8 \choose 1}{18 \choose \color{red}2}{18 \choose 3} + {8 \choose \color{red}0}{8 \choose 2}{18 \choose \color{red}3}{18 \choose 2},
$$
and therefore the number of arrangements is
$$
7!\times
\left(
{8 \choose \color{red}2}{8 \choose 0}{18 \choose \color{red}1}{18 \choose 4} + {8 \choose \color{red}1}{8 \choose 1}{18 \choose \color{red}2}{18 \choose 3} + {8 \choose \color{red}0}{8 \choose 2}{18 \choose \color{red}3}{18 \choose 2}
\right).
$$