.wpforms-field-row.wpforms-field-medium {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-left: 80px;
    width: 110%;
}

input#wpforms-986-field_0 {
    width: 80%;
}

input#wpforms-986-field_0-last {
    width: 80%;
}

div#wpforms-986-field_0-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 5px 0px;
}

div#wpforms-986-field_1-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 5px 0px;
}

div#wpforms-986-field_2-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 5px 0px;
}

div#wpforms-986-field_3-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 5px 0px;
}

input#wpforms-986-field_0 {
    width: 70%;
    border-radius: 5px;
    border: 1px solid grey;
}

input#wpforms-986-field_1 {
    width: 70%;
    border-radius: 5px;
    border: 1px solid grey;
}

textarea#wpforms-986-field_2 {
    width: 70%;
    height: 160px;
    border-radius: 5px;
    border: 1px solid grey;
}

input#wpforms-986-field_3 {
    width: 70%;
    border-radius: 5px;
    border: 1px solid grey;
}

.wpforms-field-container {
    overflow: hidden;
}

span.wpforms-required-label {
    color: red;
}

button#wpforms-submit-986 {
    border: 1px solid #d21c24;
    border-radius: 3px;
    padding: 5px 36px;
    color: white;
    background: #d21c24;
    width: 100%;
    margin-top: 20px;
}

.notes {
    margin-top: 40px;
}

p.notes_ttl {
    font-weight: bold;
    font-size: 1.1rem;
    line-height: 1.6;
}

p.notes_text {
    line-height: 1.5;
}

.home_btn {
    border: 1px solid #d21c24;
    border-radius: 3px;
    padding: 5px 36px;
    color: white;
    background: #d21c24;
    width: 100%;
    margin-top: 20px;
}