.prefooter--pulse-content h3 {
    font-size: 48px;
    font-weight: 400;
    line-height: 56px; /* 116.667% */
    margin-bottom: 20px;
    color: #f6f6f6;
}

.prefooter--pulse-content p {
    font-size: 24px;
    font-weight: 400;
    line-height: 30px; /* 125% */
    color: #f6f6f6;
}

section.prefooter--pulse-section {
    background: linear-gradient(180deg, #07130F 0%, #062D1F 49.91%);
    padding: 120px 0;
}

span.wpcf7-spinner {
    position: relative;
    top: 45px;
}

.shortcode--box .form--fields label{color: rgba(246, 246, 246, 0.80);}
.shortcode--box .form--fields input {
    background: transparent;
    color: #fff;
}

.shortcode--box input.wpcf7-form-control.wpcf7-submit {
    width: 100% !important;
    padding: 18px !important;
}

.shortcode--box .wpcf7 form.sent .wpcf7-response-output {
    color: #fff;
}

@media(max-width:786px){
    .prefooter--pulse-content {
        margin-bottom: 30px;
    }

    .shortcode--box .form--fields-inner {
        display: unset;
    }
}