html {
    margin: 0 !important;
}

.new-homepage {
    margin-top: -132px;
    width: 100% !important;
    max-width: none !important;
}

/* page header */
.new-homepage header.entry-header.header-singular.wrapper {
    display: none;
}

/* page content */
.new-homepage main#content {
    display: flex !important;
    padding: 0 !important;
}

.new-homepage .page {
    max-width: none !important;
}

.mint-green {
    color: #D7DDC9;
}

.new-homepage .wp-block-kadence-rowlayout .kt-row-column-wrap.kb-theme-content-width {
    display: flex;
    justify-content: center;
}

.new-homepage .container-content {
    width: 100%;
    max-width: 1250px !important;
    display: block;
}

/* banner heading */
.new-homepage .wp-block-kadence-advancedheading.green-vertical-line-on-left {
    margin: 0;
    line-height: normal;
}

.green-vertical-line-on-left {
    margin-left: 5px !important;
}

/* responsive styling */
@media only screen and (min-width: 1160px) {
    .wrapper-content {
        max-width: none !important;
    }
}