I want to read the data which is inside the second div:

In the screenshot above i want to read the div which contains the string: 0 / 30,000
I was able to navigate to the first div which contains the string "Monthly:" with this XPATH:
//*[normalize-space()=’Monthly:’]
How can i select the second div below after that?
I was reading different posts but couldnt find any helpful solution
>Solution :
Use this:
//*[normalize-space()='Monthly:']/following-sibling::div