#general p {
    margin-top: 0;
}

#general h2 {
    margin-bottom: 0;
}

html .wp-block-button__link {
    color: #fff;
    background-color: initial;
    border-radius: 0;
    box-shadow: none;
    text-decoration: none;
    padding: unset;
    font-weight: 600;
}

 /* Form Styles */

@media (min-width: 768px) {

    .nf-form-wrap .nf-form-content,
    .ninja-forms-form-wrap .nf-form-content {
        column-count: 2;
        column-gap: 40px;
    }

    .nf-form-wrap .nf-field-container,
    .ninja-forms-form-wrap .nf-field-container {
        break-inside: avoid;
        -webkit-column-break-inside: avoid;
        page-break-inside: avoid;
        display: inline-block;
        width: 100%;
        margin-bottom: 14px;
    }

    .nf-form-wrap .nf-field-container.submit-container,
    .ninja-forms-form-wrap .nf-field-container.submit-container {
        -webkit-column-span: all;
        column-span: all;
        width: 100%;
        display: block;
        margin-top: 10px;
    }

    .nf-form-wrap .nf-field-container.submit-container .nf-field-element,
    .ninja-forms-form-wrap .nf-field-container.submit-container .nf-field-element {
        display: flex;
        justify-content: flex-start;
    }
}

@media (max-width: 767px) {

    .nf-form-wrap .nf-form-content,
    .ninja-forms-form-wrap .nf-form-content {
        column-count: 1;
    }
}

.nf-form-wrap input[type="text"],
.nf-form-wrap input[type="email"],
.nf-form-wrap input[type="tel"],
.nf-form-wrap input[type="url"],
.nf-form-wrap input[type="number"],
.nf-form-wrap select,
.nf-form-wrap textarea,
.ninja-forms-form-wrap input[type="text"],
.ninja-forms-form-wrap input[type="email"],
.ninja-forms-form-wrap input[type="tel"],
.ninja-forms-form-wrap input[type="url"],
.ninja-forms-form-wrap input[type="number"],
.ninja-forms-form-wrap select,
.ninja-forms-form-wrap textarea {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

.nf-form-wrap textarea,
.ninja-forms-form-wrap textarea {
    min-height: 300px;
}
.nf-form-wrap .nf-field-container,
.ninja-forms-form-wrap .nf-field-container {
    margin-bottom:0;    
}
html hr, .wp-block-separator {
    border-top:none !important;
}