The mailbox type and the user's subscription license determine the amount of mailbox storage available. Administrators can reduce maximum mailbox sizes per user or globally.
To view Quota of mailbox, you can connect to Exchange Online PowerShell and run the below cmdlet
Get-Mailbox ******@contoso.com | Select *quota*
To Set Quota of mailbox, you can connect to Exchange Online PowerShell and run the below cmdlet
Set-Mailbox ******@contoso.com -ProhibitSendQuota 19GB -ProhibitSendReceiveQuota 20GB -IssueWarningQuota 18GB
Thanks
Ajinkya Ghare
If my reply helped, please mark it as helpful, if it fixed your problem, please mark it as the answer