.wpb_text_column h1, 
.wpb_text_column h2, 
.wpb_text_column h3 {
    margin-bottom: 15px !important;
    margin-top: 15px !important;
}
.wpb_text_column ul li, 
.wpb_text_column ol li {
    margin-bottom: 10px !important;
}
.wpb_text_column p + ul, 
.wpb_text_column p + ol {
    margin-top: 18px !important;
}

/* Forces spacing on text blocks inside the Soho theme */
.wpb_text_column, 
.wpb_text_column p, 
.wpb_text_column section {
    margin-bottom: 24px !important;
    display: block !important;
}

/* Ensures headings inside these sections maintain a gap below them */
.wpb_text_column h2 {
    margin-bottom: 18px !important;
    margin-top: 24px !important;
    display: block !important;
}