I need to find $X$ from
$$\begin{pmatrix} 1 & 2\\ -3 &-6 \end{pmatrix} X \begin{pmatrix} 1 &2 \\ -1 &-2 \end{pmatrix}=\begin{pmatrix} 2 &4 \\ -6 & -12 \end{pmatrix}$$
I wrote $X$ as
$$X=\begin{pmatrix} a & b\\ c &d \end{pmatrix}$$
and I got $a+2c-b-2d=2$ but I do not know what to do next. Please help.