How to remove minimum height of a section

To remove minimum height of a section, you can do these.

#1. First, find Section ID

#2. Next, use this code to Custom CSS

section[data-section-id="68da3b68243e5d7095bd6599"] {
    & {
        min-height: unset !important;
        height: 10px !important;
    }
    .content-wrapper {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }
    .html-block {
        display: none;
    }
}