How to change the font size in Bloom optin

How to change the font size in Bloom optin

Go to Dashboard -> Divi -> Theme options -> and scroll down to the Custom CSS area. Paste the following code at the end of any existing code you have there. Change the font size and family to what you need for the header area and for the text area. Save and check your Bloom optin again to modify as needed.

.et_bloom .et_bloom_form_header h2 {
font-size: 57px !important;
font-family: "Monserrat" !important;
}
.et_bloom .et_bloom_optin_1 p strong,.et_bloom .et_bloom_optin_1 p{
font-size:50px !important;
font-family: "Monserrat" !important;
}