https://www.google.com/search?q=learn+how+to+use+chrome+inspector&oq=learn+how+to+use+chrome+inspector&gs_lcrp=EgZjaHJvbWUyBggAEEUYOTIHCAEQABiABDIHCAIQABiABDIHCAMQABiABDIHCAQQABiABDIHCAUQABiABDIHCAYQABiABDIHCAcQABiABDIHCAgQABiABDIHCAkQABiABNIBCDc1NThqMGo3qAIAsAIA&sourceid=chrome&ie=UTF-8
learn how to use your browser's inspector
Screenshot 2023-11-30 at 07.29.58.png
look, rows have classes like these:
row row-col-amt-2 no-stickies no-y-offsets no-webglslideshow no-row-hoverimage row-id-1 first-row row-0
there is an id: row-id-1 and a counter: row-0
you can combine this with page selectors:
https://laytheme.com/documentation/custom-css-styling.html#css-based-on-current-page
like
body.slug-frontpage .row-0{
}