By default, the DIVI theme by Elegant Themes has a generous amount of padding. To reduce the amount of padding globally with CSS, just add this custom CSS code below:

.et_pb_row {
padding: 0 !important;
}