Hint $ $ If $\,\rm A\,$ is $\rm \color{#c00}Linear$ & $\rm\,AX_1\! = B\,$ then $\,\rm AX_2=B\iff 0 = AX_1\! - AX_2 \overset{\bf\color{#c00}L}= A(X_1\!-X_2)$
This implies that the general solution of $\rm\, AX = B\, $ is the sum of any particular solution plus the general solution of the associated homogeneous equation $\rm\, AX = 0.\,$ This property holds true for every linear operator $\rm A,\,$ e.g. for matrices, linear differential equations, linear recurrences, etc, a fact which will come to the fore if you study linear algebra and vector/affine spaces, modules, etc, e.g. see various posts on this topic.
In particular for $\,{\rm AX} := (a,b)\cdot (x,y) = ax+by\ $ the above becomes
$$\begin{align}&{\rm if}\!\! \overbrace{ax_p+by_p = c}^{{\rm particular\ solution\ }{\large \color{#0a0}{(x_p,y_p)}}}\!\!{\rm then}\\[.4em]
&\ \ \ \ \ \ ax\ +\ by\,=\,c \iff a(x\!-\!x_p)+b(y\!-\!y_p) = 0\\[.4em]
\iff\! \ &{\underbrace{x-x_p = x_h,\ y-y_p = y_h}_{\textstyle \color{#0a0}{(x,y) = (x_p,y_p)+(x_h,y_h)}}\ \ \,{\rm and}\!\!\!\!\underbrace{ a\, x_h +b\,y_h= 0}_{{\rm homogeneous\ solution}\ \large \color{#0a0}{(x_h,y_h)}}\!\!\!\!}\end{align}\qquad$$
i.e. general solution $\,\color{#0a0}{(x,y)}\,$ of $\,ax+by = c\,$ is any particular solution $\,\color{#0a0}{(x_p,y_p)\,\ \rm summed}$ with the general $ $ solution $\:\!\ \color{#0a0}{(x_h,y_h)}\ $ of $\,ax+by = \color{#c00}0\ $ (the associated $\rm\color{#c00}{homogeneous}$ equation).
Solving the associated homogeneous equation in your case
$7595 x\! +\! 1023 y = 0 \iff 7595 x = -1023 y$ $ \iff \dfrac{x}y = \dfrac{-1023}{7595} = \dfrac{-33}{245}\overset{\color{#90f}{\rm UF}\!\!}\iff \begin{align}&x = -33k\\ &y =\ 245k\end{align}$
The final equivalence uses $\color{#90f}{\rm UF} =$ unique fractionization (known implicitly since grade school).
Thus the general homogeneous solution is $\,(x_h,y_h) = (\color{#0af}{-33k},245k).\,$ Adding that solution to your given particular solution $\,(x_p,y_p) = 4(-7,52) = (\color{#0af}{-28},208)\,$ we obtain the sought general solution, as explained above, $ $ namely: $\ (x,y) = (\color{#0af}{-28-33k},\,208+245k)$
Alternatively we can apply the (forward) Extended Euclidean algorithm, where the particular and homogeneous solutions occur as the final two rows - see "Notice row $1\,\ldots$" here.