.section-form2 {
    background-color: var(--color-1);
    padding-bottom: 70px;
}

.section-form2 .section_text {
    text-align: center;
    font-size: 18px;
    color: #1c1c1c;
    font-weight: 400;
    margin-bottom: 35px;
}

.wpcf7-form {
    width: 100%;
    max-width: 760px;
    margin: auto;
}

.input-row p {
    display: flex;
}

.wpcf7-form-control-wrap {
    display: block;
    width: calc(50% - 6px);
    margin: 3px;
}

.wpcf7-form-control-wrap[data-name="message"] {
    width: calc(100% - 6px);
}

input:not([type="submit"]),
#fileshown,
textarea {
    min-height: 70px;
    width: 100%;
    font-size: 17px;
    line-height: 20px;
    border: none;
    border-radius: 7px;
    background-color: #ffffff;
    padding-top: 7px;
    padding-left: 24px;
}

input::placeholder,
textarea::placeholder {
    color: #1c1c1c;
    font-weight: 400;
}

#fileshown {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    padding: 0 18px 0px 24px;
}

.file-lable {
    padding-top: 5px;
}

.file-lable-wrap {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.file-name {
    font-size: 12px;
    color: #bbbbbb;
    padding-top: 5px;
}

.file-icon {
    display: block;
    width: 35px;
    height: 35px;
    margin-left: 10px;
}

textarea {
    max-height: 130px;
    resize: none;
    padding-top: 30px;
}

input[type="submit"],
.wpcf7-spinner {
    display: block;
    border: none;
    margin: auto;
}

input[type="submit"] {
    margin-top: 20px;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output, .wpcf7 form.sent .wpcf7-response-output{
    margin-top: 0;
    text-align: center;
    color: #dc3232;
    border-color: transparent;
}

.wpcf7 form.sent .wpcf7-response-output {
    text-align: center;
    color: #46b450;
}

@media (max-width: 992px) {
    .section-form2 .section_title {
        margin-bottom: 25px;
    }
}

@media (max-width: 765px) {
    input:not([type="submit"]),
    #fileshown,
    textarea {
        font-size: 15px;
        padding-left: 10px;
        padding-right: 8px;
    }
}

@media (max-width: 576px) {
    .input-row p {
        flex-direction: column;
    }

    .input-row br {
        display: none;
    }

    .wpcf7-form-control-wrap {
        width: calc(100% - 6px);
        margin: 7px 3px;
    }

    input:not([type="submit"]),
    #fileshown,
    textarea {
        min-height: 60px;
        font-size: 14px;
        padding-left: 15px;
        padding-right: 8px;
    }
}