How can I reduce the size of my form teaser on Basic Bastard?

URL: http://basicbastard.co/

Hi guys, I would like to reduce the size of the form teaser to a reasonable size. I would appreciate your help. Thanks

Hi @basicbastardco
You can try follow this path:
Themes => edit code => asset => base.css
and add this code to bottom of the file base.css

#app-embed-container button{
/*change the number to change button size*/
padding: 10px 20px!important;
}

#app-embed-container button h3{
/*change the number to change text size*/
font-size: 15px!important;
}